fixed missing boards.py statement
This commit is contained in:
parent
35e4d48c5f
commit
9ee08d1a18
1 changed files with 3 additions and 0 deletions
|
|
@ -146,6 +146,9 @@ elif board_id == ap_board.ORANGE_PI_4_LTS:
|
|||
elif board_id in (ap_board.ORANGE_PI_5, ap_board.ORANGE_PI_5_MAX):
|
||||
from adafruit_blinka.board.orangepi.orangepi5 import *
|
||||
|
||||
elif board_id == ap_board.ORANGE_PI_5_PRO:
|
||||
from adafruit_blinka.board.orangepi.orangepi5 import *
|
||||
|
||||
elif board_id == ap_board.ORANGE_PI_5_PLUS:
|
||||
from adafruit_blinka.board.orangepi.orangepi5plus import *
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue