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 05c1e8d + 228aafb commit ba91425Copy full SHA for ba91425
adafruit_platformdetect/board.py
@@ -399,10 +399,10 @@ def _armbian_id(self) -> Optional[str]:
399
board = boards.ORANGE_PI_2
400
elif board_value == "orangepipc2":
401
board = boards.ORANGE_PI_PC2
402
- elif board_value == "orangepi3":
403
- board = boards.ORANGE_PI_3
404
elif board_value == "orangepi3b":
405
board = boards.ORANGE_PI_3B
+ elif board_value == "orangepi3":
+ board = boards.ORANGE_PI_3
406
elif board_value == "orangepi3-lts":
407
board = boards.ORANGE_PI_3_LTS
408
elif board_value == "orangepi4":
0 commit comments