Skip to content

Commit 2908910

Browse files
authored
Merge pull request #92 from makermelissa/master
Fix false positive on Tinkerboard
2 parents 4b820a0 + e46a186 commit 2908910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ def any_udoo_board(self):
419419
"""Check to see if the current board is an UDOO board"""
420420
return self.id in boards._UDOO_BOARD_IDS
421421

422+
@property
422423
def any_asus_tinker_board(self):
423424
"""Check to see if the current board is an ASUS Tinker Board"""
424425
return self.id in boards._ASUS_TINKER_BOARD_IDS

0 commit comments

Comments
 (0)