Skip to content

Commit

Permalink
Merge branch 'adafruit:main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkMechanikum authored Jul 18, 2024
2 parents b0b96f6 + 9c9fd12 commit 234b4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_platformdetect/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@ def _armbian_id(self) -> Optional[str]:
board = boards.ORANGE_PI_2
elif board_value == "orangepipc2":
board = boards.ORANGE_PI_PC2
elif board_value == "orangepi3":
board = boards.ORANGE_PI_3
elif board_value == "orangepi3b":
board = boards.ORANGE_PI_3B
elif board_value == "orangepi3":
board = boards.ORANGE_PI_3
elif board_value == "orangepi3-lts":
board = boards.ORANGE_PI_3_LTS
elif board_value == "orangepi4":
Expand Down

0 comments on commit 234b4d8

Please sign in to comment.