From: twa127 <46624596+twa127@users.noreply.github.com> Date: Tue, 4 Jan 2022 13:22:26 +0000 (+0000) Subject: Update board.py X-Git-Tag: 6.18.0~2^2~2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/2ff8e35d868175c3a00f4e3200406793b24d6505 Update board.py --- diff --git a/src/board.py b/src/board.py index 53d60b5..5cd55e1 100755 --- a/src/board.py +++ b/src/board.py @@ -136,6 +136,9 @@ elif board_id == ap_board.ORANGE_PI_ZERO_PLUS: elif board_id == ap_board.ORANGE_PI_ZERO_2: from adafruit_blinka.board.orangepi.orangepizero2 import * +elif board_id == ap_board.ORANGE_PI_3: + from adafruit_blinka.board.orangepi.orangepi3 import * + elif board_id == ap_board.BANANA_PI_M2_ZERO: from adafruit_blinka.board.bananapi.bpim2zero import *