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.
1 parent 53ca17e commit dd6bc90Copy full SHA for dd6bc90
adafruit_platformdetect/board.py
@@ -992,7 +992,7 @@ def any_nxp_navq_board(self) -> bool:
992
@property
993
def any_olimex_lime2_board(self):
994
"""Check whether the current board is any Pine64 device."""
995
- return self.id in boards.OLIMEX_LIME2
+ return self.id in boards._OLIMEX_LIME2
996
997
998
def any_repka_board(self):
0 commit comments