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