Skip to content

Commit bec74d0

Browse files
committed
added support for orange pi 5 max
1 parent c23dc24 commit bec74d0

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
@@ -137,7 +137,7 @@
137137
elif board_id == ap_board.ORANGE_PI_4_LTS:
138138
from adafruit_blinka.board.orangepi.orangepi4 import *
139139

140-
elif board_id == ap_board.ORANGE_PI_5:
140+
elif board_id in (ap_board.ORANGE_PI_5, ap_board.ORANGE_PI_5_MAX):
141141
from adafruit_blinka.board.orangepi.orangepi5 import *
142142

143143
elif board_id == ap_board.ORANGE_PI_5_PLUS:

0 commit comments

Comments
 (0)