Skip to content

Commit 234b4d8

Browse files
Merge branch 'adafruit:main' into dev
2 parents b0b96f6 + 9c9fd12 commit 234b4d8

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
@@ -411,10 +411,10 @@ def _armbian_id(self) -> Optional[str]:
411411
board = boards.ORANGE_PI_2
412412
elif board_value == "orangepipc2":
413413
board = boards.ORANGE_PI_PC2
414-
elif board_value == "orangepi3":
415-
board = boards.ORANGE_PI_3
416414
elif board_value == "orangepi3b":
417415
board = boards.ORANGE_PI_3B
416+
elif board_value == "orangepi3":
417+
board = boards.ORANGE_PI_3
418418
elif board_value == "orangepi3-lts":
419419
board = boards.ORANGE_PI_3_LTS
420420
elif board_value == "orangepi4":

0 commit comments

Comments
 (0)