X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/1ab8cfd0f513b5035d8141083e7247f1a649c032..7e7f9eb7aff839df7f16f42d14aa861d9de5ed58:/src/board.py diff --git a/src/board.py b/src/board.py index 3a91850..011170f 100644 --- a/src/board.py +++ b/src/board.py @@ -143,7 +143,7 @@ elif board_id == ap_board.ORANGE_PI_4: elif board_id == ap_board.ORANGE_PI_4_LTS: from adafruit_blinka.board.orangepi.orangepi4 import * -elif board_id == ap_board.ORANGE_PI_5: +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_PLUS: