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 213e2c3 commit ce37e43Copy full SHA for ce37e43
adafruit_platformdetect/board.py
@@ -345,7 +345,7 @@ def any_giant_board(self):
345
@property
346
def any_embedded_linux(self):
347
"""Check whether the current board is any embedded Linux device."""
348
- return self.any_raspberry_pi or self.any_beaglebone or self.any_orange_pi
+ return self.any_raspberry_pi or self.any_beaglebone or self.any_orange_pi or self.any_giant_board
349
350
def __getattr__(self, attr):
351
"""
0 commit comments