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.
2 parents 2908910 + 28dd577 commit c207b2fCopy full SHA for c207b2f
adafruit_platformdetect/constants/boards.py
@@ -23,7 +23,6 @@
23
PYBOARD = "PYBOARD"
24
NODEMCU = "NODEMCU"
25
GIANT_BOARD = "GIANT_BOARD"
26
-_ASUS_TINKER_BOARD = "ASUS_TINKER_BOARD"
27
28
# ASUS Tinker Boards
29
ASUS_TINKER_BOARD = "ASUS_TINKER_BOARD"
@@ -104,7 +103,8 @@
104
103
105
# pylint: enable=bad-whitespace
106
107
-_ASUS_TINKER_BOARD_IDS = ASUS_TINKER_BOARD
+# Asus Tinkerboard
+_ASUS_TINKER_BOARD_IDS = (ASUS_TINKER_BOARD,)
108
109
# OrangePI
110
_ORANGE_PI_IDS = (
@@ -360,8 +360,5 @@
360
# Pine64 boards and devices
361
_PINE64_DEV_IDS = (PINE64, PINEBOOK, PINEPHONE)
362
363
-# ASUS Tinker Board
364
-_ASUS_TINKER_BOARD_DEV_IDS = ASUS_TINKER_BOARD
365
-
366
# UDOO
367
_UDOO_BOARD_IDS = {UDOO_BOLT_V8: ("SC40-2000-0000-C0|C",)}
0 commit comments