We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834f1b3 commit 2412435Copy full SHA for 2412435
adafruit_platformdetect/board.py
@@ -120,7 +120,7 @@ def id(self):
120
elif chip_id == chips.RK3308:
121
board_id = self._rock_pi_id()
122
elif chip_id == chips.RK3288:
123
- board_id = boards._ASUS_TINKER_BOARD_IDS
+ board_id = self._asus_tinker_board_id()
124
elif chip_id == chips.RYZEN_V1605B:
125
board_id = self._udoo_id()
126
0 commit comments