Skip to content

Commit

Permalink
Update board.py to add Orange Pi 5 Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbarian-5215 authored Nov 26, 2023
1 parent 1d63f46 commit 33fbf86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@
elif board_id == ap_board.ORANGE_PI_5:
from adafruit_blinka.board.orangepi.orangepi5 import *

elif board_id == ap_board.ORANGE_PI_5_PLUS:
from adafruit_blinka.board.orangepi.orangepi5plus import *

elif board_id == ap_board.BANANA_PI_M2_ZERO:
from adafruit_blinka.board.bananapi.bpim2zero import *

Expand Down

0 comments on commit 33fbf86

Please sign in to comment.