From: Erik Date: Sun, 23 Feb 2025 00:12:46 +0000 (-0500) Subject: added support for orange pi 5 max X-Git-Tag: 8.57.0~4^2^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/bec74d02e9ae2c6c93b82508a4febb5fa448182e?hp=-c added support for orange pi 5 max --- bec74d02e9ae2c6c93b82508a4febb5fa448182e diff --git a/src/board.py b/src/board.py index 5a85cc7..0e561c0 100644 --- a/src/board.py +++ b/src/board.py @@ -137,7 +137,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: