From: twa127 <46624596+twa127@users.noreply.github.com> Date: Sat, 6 Feb 2021 23:10:56 +0000 (+0000) Subject: Update board.py X-Git-Tag: 6.2.0^2~21 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/300ebe9490be708080628b0e043549abcc91dc70 Update board.py --- diff --git a/src/board.py b/src/board.py index a305189..ceb99f4 100755 --- a/src/board.py +++ b/src/board.py @@ -107,6 +107,9 @@ elif board_id == ap_board.ORANGE_PI_ZERO_PLUS_2H5: elif board_id == ap_board.ORANGE_PI_ZERO_PLUS: from adafruit_blinka.board.orangepi.orangepizeroplus import * +elif board_id == ap_board.ORANGE_PI_ZERO_2: + from adafruit_blinka.board.orangepi.orangepizero2 import * + elif board_id == ap_board.BANANA_PI_M2_ZERO: from adafruit_blinka.board.bananapi.bpim2zero import *