]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update board.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Tue, 4 Jan 2022 13:22:26 +0000 (13:22 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 13:22:26 +0000 (13:22 +0000)
src/board.py

index 53d60b5770b116fa85b72e961c0c0e6af33c7409..5cd55e19c22cee5c32fada54fc3f8fe4f67d399d 100755 (executable)
@@ -136,6 +136,9 @@ elif board_id == ap_board.ORANGE_PI_ZERO_PLUS:
 elif board_id == ap_board.ORANGE_PI_ZERO_2:
     from adafruit_blinka.board.orangepi.orangepizero2 import *
 
+elif board_id == ap_board.ORANGE_PI_3:
+    from adafruit_blinka.board.orangepi.orangepi3 import *
+
 elif board_id == ap_board.BANANA_PI_M2_ZERO:
     from adafruit_blinka.board.bananapi.bpim2zero import *