From: twa127 <46624596+twa127@users.noreply.github.com> Date: Thu, 14 Jan 2021 08:29:44 +0000 (+0000) Subject: Update board.py X-Git-Tag: 5.10.0^2~2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/bb34ccd22c54ba49230c539a8afb7d8324f7aa68 Update board.py --- diff --git a/src/board.py b/src/board.py index 5cb5caf..4b66d8d 100755 --- a/src/board.py +++ b/src/board.py @@ -99,6 +99,9 @@ elif board_id == ap_board.ORANGE_PI_2: elif board_id == ap_board.ORANGE_PI_ZERO_PLUS_2H5: from adafruit_blinka.board.orangepi.orangepizeroplus2h5 import * +elif board_id == ap_board.ORANGE_PI_ZERO_PLUS: + from adafruit_blinka.board.orangepi.orangepizeroplus import * + elif board_id == ap_board.BANANA_PI_M2_ZERO: from adafruit_blinka.board.bananapi.bpim2zero import *