We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d557ad7 commit bfbf605Copy full SHA for bfbf605
adafruit_platformdetect/board.py
@@ -342,6 +342,8 @@ def _armbian_id(self) -> Optional[str]:
342
board = boards.ORANGE_PI_4
343
elif board_value == "orangepi4-lts":
344
board = boards.ORANGE_PI_4_LTS
345
+ elif board_value == "orangepi5":
346
+ board = boards.ORANGE_PI_5
347
elif board_value == "bananapim2zero":
348
board = boards.BANANA_PI_M2_ZERO
349
elif board_value == "bananapim2plus":
0 commit comments