Skip to content

Commit 7e7f9eb

Browse files
committed
Merge branch 'main' of https://github.com/ErikApption/Adafruit_Blinka into erikapption
2 parents 1ab8cfd + bec74d0 commit 7e7f9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
elif board_id == ap_board.ORANGE_PI_4_LTS:
144144
from adafruit_blinka.board.orangepi.orangepi4 import *
145145

146-
elif board_id == ap_board.ORANGE_PI_5:
146+
elif board_id in (ap_board.ORANGE_PI_5, ap_board.ORANGE_PI_5_MAX):
147147
from adafruit_blinka.board.orangepi.orangepi5 import *
148148

149149
elif board_id == ap_board.ORANGE_PI_5_PLUS:

0 commit comments

Comments
 (0)