diff --git a/adafruit_platformdetect/board.py b/adafruit_platformdetect/board.py index a6ed830a..8bdc5bd6 100644 --- a/adafruit_platformdetect/board.py +++ b/adafruit_platformdetect/board.py @@ -419,6 +419,7 @@ def any_udoo_board(self): """Check to see if the current board is an UDOO board""" return self.id in boards._UDOO_BOARD_IDS + @property def any_asus_tinker_board(self): """Check to see if the current board is an ASUS Tinker Board""" return self.id in boards._ASUS_TINKER_BOARD_IDS