From: twa127 <46624596+twa127@users.noreply.github.com> Date: Thu, 31 Dec 2020 18:09:13 +0000 (+0000) Subject: Update board.py X-Git-Tag: 5.10.0~1^2~2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/41de8f0b027389c1c2a0b46dd93c42b25bbf4b0c?ds=sidebyside Update board.py --- diff --git a/src/board.py b/src/board.py index 63c41e1..5cb5caf 100755 --- a/src/board.py +++ b/src/board.py @@ -96,6 +96,9 @@ elif board_id == ap_board.ORANGE_PI_PLUS_2E: elif board_id == ap_board.ORANGE_PI_2: from adafruit_blinka.board.orangepi.orangepipc import * +elif board_id == ap_board.ORANGE_PI_ZERO_PLUS_2H5: + from adafruit_blinka.board.orangepi.orangepizeroplus2h5 import * + elif board_id == ap_board.BANANA_PI_M2_ZERO: from adafruit_blinka.board.bananapi.bpim2zero import *