Skip to content

Commit 031cf24

Browse files
Update boards.py
Added literal definition for ORANGE_PI_5_PLUS
1 parent e674b64 commit 031cf24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
ORANGE_PI_4 = "ORANGE_PI_4"
6363
ORANGE_PI_4_LTS = "ORANGE_PI_4_LTS"
6464
ORANGE_PI_5 = "ORANGE_PI_5"
65+
ORANGE_PI_5_PLUS = "ORANGE_PI_5_PLUS"
6566

6667
# Nano Pi boards
6768
NANOPI_NEO_AIR = "NANOPI_NEO_AIR"

0 commit comments

Comments
 (0)