diff --git a/adafruit_platformdetect/board.py b/adafruit_platformdetect/board.py index d8d36ae..8b7d051 100644 --- a/adafruit_platformdetect/board.py +++ b/adafruit_platformdetect/board.py @@ -992,7 +992,7 @@ class Board: @property def any_olimex_lime2_board(self): """Check whether the current board is any Pine64 device.""" - return self.id in boards.OLIMEX_LIME2 + return self.id in boards._OLIMEX_LIME2 @property def any_repka_board(self):