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.
2 parents 1ab8cfd + 7e7f9eb commit 26e76e0Copy full SHA for 26e76e0
src/board.py
@@ -143,7 +143,7 @@
143
elif board_id == ap_board.ORANGE_PI_4_LTS:
144
from adafruit_blinka.board.orangepi.orangepi4 import *
145
146
-elif board_id == ap_board.ORANGE_PI_5:
+elif board_id in (ap_board.ORANGE_PI_5, ap_board.ORANGE_PI_5_MAX):
147
from adafruit_blinka.board.orangepi.orangepi5 import *
148
149
elif board_id == ap_board.ORANGE_PI_5_PLUS:
0 commit comments