]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update board.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Thu, 31 Dec 2020 18:09:13 +0000 (18:09 +0000)
committerGitHub <noreply@github.com>
Thu, 31 Dec 2020 18:09:13 +0000 (18:09 +0000)
src/board.py

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