From: Barbarian-5215 <150552790+Barbarian-5215@users.noreply.github.com> Date: Sun, 26 Nov 2023 20:41:26 +0000 (-0600) Subject: Update board.py to add Orange Pi 5 Plus X-Git-Tag: 8.26.0^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/33fbf86d07afa691599739c84cf45ffe21fda4c6?hp=--cc Update board.py to add Orange Pi 5 Plus --- 33fbf86d07afa691599739c84cf45ffe21fda4c6 diff --git a/src/board.py b/src/board.py index 55a651f..5cd19e8 100644 --- a/src/board.py +++ b/src/board.py @@ -136,6 +136,9 @@ elif board_id == ap_board.ORANGE_PI_4_LTS: 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 *