From 5933367fe879ad392c95ddec731a9b48364bada4 Mon Sep 17 00:00:00 2001 From: mamirov Date: Wed, 28 Jan 2026 10:55:22 +0500 Subject: [PATCH] fix Orange Pi 5 max detection --- adafruit_platformdetect/constants/boards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/adafruit_platformdetect/constants/boards.py b/adafruit_platformdetect/constants/boards.py index dcaab5d..d306f9a 100644 --- a/adafruit_platformdetect/constants/boards.py +++ b/adafruit_platformdetect/constants/boards.py @@ -326,6 +326,7 @@ ORANGE_PI_4, ORANGE_PI_4_LTS, ORANGE_PI_5, + ORANGE_PI_5_MAX, ORANGE_PI_5_PLUS, ORANGE_PI_5_PRO, )