From: Melissa LeBlanc-Williams Date: Mon, 5 May 2025 19:34:12 +0000 (-0700) Subject: Merge branch 'main' of https://github.com/ErikApption/Adafruit_Blinka into erikapption X-Git-Tag: 8.57.0~4^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/7e7f9eb7aff839df7f16f42d14aa861d9de5ed58?hp=1ab8cfd0f513b5035d8141083e7247f1a649c032 Merge branch 'main' of https://github.com/ErikApption/Adafruit_Blinka into erikapption --- 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: