Skip to content

Commit db02a86

Browse files
authored
Update boards.py
1 parent 97fd3f9 commit db02a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
4141
ORANGE_PI_2 = "ORANGE_PI_2"
4242
ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
43+
ORANGE_PI_ZERO_PLUS = "ORANGE_PI_ZERO_PLUS"
4344

4445
# Banana Pi boards
4546
BANANA_PI_M2_ZERO = "BANANA_PI_M2_ZERO"
@@ -134,6 +135,7 @@
134135
ORANGE_PI_PLUS_2E,
135136
ORANGE_PI_2,
136137
ORANGE_PI_ZERO_PLUS_2H5,
138+
ORANGE_PI_ZERO_PLUS,
137139
)
138140

139141
# BananaPI

0 commit comments

Comments
 (0)