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 b0b96f6 + 9c9fd12 commit 234b4d8Copy full SHA for 234b4d8
adafruit_platformdetect/board.py
@@ -411,10 +411,10 @@ def _armbian_id(self) -> Optional[str]:
411
board = boards.ORANGE_PI_2
412
elif board_value == "orangepipc2":
413
board = boards.ORANGE_PI_PC2
414
- elif board_value == "orangepi3":
415
- board = boards.ORANGE_PI_3
416
elif board_value == "orangepi3b":
417
board = boards.ORANGE_PI_3B
+ elif board_value == "orangepi3":
+ board = boards.ORANGE_PI_3
418
elif board_value == "orangepi3-lts":
419
board = boards.ORANGE_PI_3_LTS
420
elif board_value == "orangepi4":
0 commit comments