Skip to content

Commit c207b2f

Browse files
authored
Merge pull request #93 from makermelissa/master
Clean up Tinkerboard detection
2 parents 2908910 + 28dd577 commit c207b2f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
PYBOARD = "PYBOARD"
2424
NODEMCU = "NODEMCU"
2525
GIANT_BOARD = "GIANT_BOARD"
26-
_ASUS_TINKER_BOARD = "ASUS_TINKER_BOARD"
2726

2827
# ASUS Tinker Boards
2928
ASUS_TINKER_BOARD = "ASUS_TINKER_BOARD"
@@ -104,7 +103,8 @@
104103

105104
# pylint: enable=bad-whitespace
106105

107-
_ASUS_TINKER_BOARD_IDS = ASUS_TINKER_BOARD
106+
# Asus Tinkerboard
107+
_ASUS_TINKER_BOARD_IDS = (ASUS_TINKER_BOARD,)
108108

109109
# OrangePI
110110
_ORANGE_PI_IDS = (
@@ -360,8 +360,5 @@
360360
# Pine64 boards and devices
361361
_PINE64_DEV_IDS = (PINE64, PINEBOOK, PINEPHONE)
362362

363-
# ASUS Tinker Board
364-
_ASUS_TINKER_BOARD_DEV_IDS = ASUS_TINKER_BOARD
365-
366363
# UDOO
367364
_UDOO_BOARD_IDS = {UDOO_BOLT_V8: ("SC40-2000-0000-C0|C",)}

0 commit comments

Comments
 (0)