Skip to content

Commit 6b3ab18

Browse files
authored
Update board.py
1 parent 1f366bc commit 6b3ab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def id(self) -> Optional[str]:
166166
elif chip_id == chips.RK3568:
167167
board_id = self._rk3568_id()
168168
elif chip_id == chips.RK3588:
169-
board_id = self._rock_pi_id()
169+
board_id = self._rock_pi_id() or self._armbian_id()
170170
elif chip_id == chips.RYZEN_V1605B:
171171
board_id = self._udoo_id()
172172
elif chip_id == chips.PENTIUM_N3710:

0 commit comments

Comments
 (0)