]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update board.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Thu, 14 Jan 2021 08:29:44 +0000 (08:29 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Jan 2021 08:29:44 +0000 (08:29 +0000)
src/board.py

index 5cb5cafdcb353cd39ecbe9b627be7bfd7461ccd7..4b66d8d33e2f3734c001df53b1a25689f3523b41 100755 (executable)
@@ -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_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 *
 
 elif board_id == ap_board.BANANA_PI_M2_ZERO:
     from adafruit_blinka.board.bananapi.bpim2zero import *