Skip to content

Commit db20929

Browse files
committed
Fix Orange Pi 3 Order
1 parent 441bd45 commit db20929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_platformdetect/board.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,10 @@ def _armbian_id(self) -> Optional[str]:
398398
board = boards.ORANGE_PI_2
399399
elif board_value == "orangepipc2":
400400
board = boards.ORANGE_PI_PC2
401-
elif board_value == "orangepi3":
402-
board = boards.ORANGE_PI_3
403401
elif board_value == "orangepi3b":
404402
board = boards.ORANGE_PI_3B
403+
elif board_value == "orangepi3":
404+
board = boards.ORANGE_PI_3
405405
elif board_value == "orangepi3-lts":
406406
board = boards.ORANGE_PI_3_LTS
407407
elif board_value == "orangepi4":

0 commit comments

Comments
 (0)