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 35e4d48 commit 9ee08d1Copy full SHA for 9ee08d1
src/board.py
@@ -146,6 +146,9 @@
146
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_PRO:
150
+ from adafruit_blinka.board.orangepi.orangepi5 import *
151
+
152
elif board_id == ap_board.ORANGE_PI_5_PLUS:
153
from adafruit_blinka.board.orangepi.orangepi5plus import *
154
0 commit comments