Skip to content

Commit 55436d5

Browse files
Merge branch 'adafruit:main' into main
2 parents 7f7fa99 + ba91425 commit 55436d5

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
@@ -406,10 +406,10 @@ def _armbian_id(self) -> Optional[str]:
406406
board = boards.ORANGE_PI_2
407407
elif board_value == "orangepipc2":
408408
board = boards.ORANGE_PI_PC2
409-
elif board_value == "orangepi3":
410-
board = boards.ORANGE_PI_3
411409
elif board_value == "orangepi3b":
412410
board = boards.ORANGE_PI_3B
411+
elif board_value == "orangepi3":
412+
board = boards.ORANGE_PI_3
413413
elif board_value == "orangepi3-lts":
414414
board = boards.ORANGE_PI_3_LTS
415415
elif board_value == "orangepi4":

0 commit comments

Comments
 (0)