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 d0e22d0 commit 3eaf2adCopy full SHA for 3eaf2ad
adafruit_platformdetect/constants/boards.py
@@ -347,7 +347,7 @@
347
_PINE64_DEV_IDS = (PINE64, PINEBOOK, PINEPHONE)
348
349
# ASUS Tinker Board
350
-_ASUS_TINKER_BOARD_DEV_IDS = (ASUS_TINKER_BOARD)
+_ASUS_TINKER_BOARD_DEV_IDS = ASUS_TINKER_BOARD
351
352
# UDOO
353
_UDOO_BOARD_IDS = {UDOO_BOLT_V8: ("SC40-2000-0000-C0|C",)}
bin/detect.py
@@ -59,6 +59,6 @@
59
60
if detector.board.any_clockwork_pi:
61
print("Clockwork Pi device detected.")
62
-
+
63
if detector.board.any_asus_tinker_board:
64
print("ASUS Tinker Board device detected.")
0 commit comments