]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
fixed missing boards.py statement
authoragstewart <avenstewart@gmail.com>
Fri, 18 Jul 2025 06:47:03 +0000 (01:47 -0500)
committeragstewart <avenstewart@gmail.com>
Fri, 18 Jul 2025 06:47:03 +0000 (01:47 -0500)
src/board.py

index f926dd01990b9d083b7f69ebbc36c549a0593c0b..18aa87884bcc4219ee1fcf3b960b73c083d31f93 100644 (file)
@@ -146,6 +146,9 @@ elif board_id == ap_board.ORANGE_PI_4_LTS:
 elif board_id in (ap_board.ORANGE_PI_5, ap_board.ORANGE_PI_5_MAX):
     from adafruit_blinka.board.orangepi.orangepi5 import *
 
 elif board_id in (ap_board.ORANGE_PI_5, ap_board.ORANGE_PI_5_MAX):
     from adafruit_blinka.board.orangepi.orangepi5 import *
 
+elif board_id == ap_board.ORANGE_PI_5_PRO:
+    from adafruit_blinka.board.orangepi.orangepi5 import *
+
 elif board_id == ap_board.ORANGE_PI_5_PLUS:
     from adafruit_blinka.board.orangepi.orangepi5plus import *
 
 elif board_id == ap_board.ORANGE_PI_5_PLUS:
     from adafruit_blinka.board.orangepi.orangepi5plus import *