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.
2 parents 7f7fa99 + ba91425 commit 55436d5Copy full SHA for 55436d5
adafruit_platformdetect/board.py
@@ -406,10 +406,10 @@ def _armbian_id(self) -> Optional[str]:
406
board = boards.ORANGE_PI_2
407
elif board_value == "orangepipc2":
408
board = boards.ORANGE_PI_PC2
409
- elif board_value == "orangepi3":
410
- board = boards.ORANGE_PI_3
411
elif board_value == "orangepi3b":
412
board = boards.ORANGE_PI_3B
+ elif board_value == "orangepi3":
+ board = boards.ORANGE_PI_3
413
elif board_value == "orangepi3-lts":
414
board = boards.ORANGE_PI_3_LTS
415
elif board_value == "orangepi4":
0 commit comments