From: Melissa LeBlanc-Williams Date: Mon, 5 May 2025 19:37:55 +0000 (-0700) Subject: Merge pull request #945 from ErikApption/main X-Git-Tag: 8.57.0~4 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/26e76e03414f6ccf56c786a3016fb0e8a3eec0fb?hp=1ab8cfd0f513b5035d8141083e7247f1a649c032 Merge pull request #945 from ErikApption/main added support for orange pi 5 max --- 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: