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 67e69af commit ba98c76Copy full SHA for ba98c76
adafruit_platformdetect/board.py
@@ -290,6 +290,8 @@ def _armbian_id(self):
290
board = boards.ORANGE_PI_ZERO_PLUS_2H5
291
elif board_value == "orangepizeroplus":
292
board = boards.ORANGE_PI_ZERO_PLUS
293
+ elif board_value == "orangepizero2":
294
+ board = boards.ORANGE_PI_ZERO_2
295
elif board_value == "nanopiair":
296
board = boards.NANOPI_NEO_AIR
297
elif board_value == "nanopiduo2":
0 commit comments