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 9ee08d1 commit ed129f7Copy full SHA for ed129f7
src/board.py
@@ -147,7 +147,7 @@
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 *
+ from adafruit_blinka.board.orangepi.orangepi5pro import *
151
152
elif board_id == ap_board.ORANGE_PI_5_PLUS:
153
from adafruit_blinka.board.orangepi.orangepi5plus import *
0 commit comments