fixed missing boards.py statement

This commit is contained in:
agstewart 2025-07-18 01:47:03 -05:00
parent 35e4d48c5f
commit 9ee08d1a18

View file

@ -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 *