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 592fe8d commit d9e4f42Copy full SHA for d9e4f42
adafruit_platformdetect/board.py
@@ -994,7 +994,7 @@ def any_nxp_navq_board(self) -> bool:
994
@property
995
def any_olimex_lime2_board(self):
996
"""Check whether the current board is any Pine64 device."""
997
- return self.id in boards._OLIMEX_LIME2
+ return self.id in boards.OLIMEX_LIME2
998
999
1000
def any_repka_board(self):
0 commit comments