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 c23dc24 commit bec74d0Copy full SHA for bec74d0
src/board.py
@@ -137,7 +137,7 @@
137
elif board_id == ap_board.ORANGE_PI_4_LTS:
138
from adafruit_blinka.board.orangepi.orangepi4 import *
139
140
-elif board_id == ap_board.ORANGE_PI_5:
+elif board_id in (ap_board.ORANGE_PI_5, ap_board.ORANGE_PI_5_MAX):
141
from adafruit_blinka.board.orangepi.orangepi5 import *
142
143
elif board_id == ap_board.ORANGE_PI_5_PLUS:
0 commit comments