Skip to content

Commit bfbf605

Browse files
authored
Update board.py
1 parent d557ad7 commit bfbf605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ def _armbian_id(self) -> Optional[str]:
342342
board = boards.ORANGE_PI_4
343343
elif board_value == "orangepi4-lts":
344344
board = boards.ORANGE_PI_4_LTS
345+
elif board_value == "orangepi5":
346+
board = boards.ORANGE_PI_5
345347
elif board_value == "bananapim2zero":
346348
board = boards.BANANA_PI_M2_ZERO
347349
elif board_value == "bananapim2plus":

0 commit comments

Comments
 (0)