]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update board.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Sat, 6 Feb 2021 23:10:56 +0000 (23:10 +0000)
committerGitHub <noreply@github.com>
Sat, 6 Feb 2021 23:10:56 +0000 (23:10 +0000)
src/board.py

index a30518942fdab09aefdfb01753a9e1cc2ff04231..ceb99f476042f20a467025d8a9288715b80fd561 100755 (executable)
@@ -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 *