Skip to content

Commit 7558b2b

Browse files
authored
Update boards.py
1 parent 9df927b commit 7558b2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
ORANGE_PI_ZERO_2 = "ORANGE_PI_ZERO_2"
5252
ORANGE_PI_3 = "ORANGE_PI_3"
5353
ORANGE_PI_3_LTS = "ORANGE_PI_3_LTS"
54+
ORANGE_PI_4 = "ORANGE_PI_4"
55+
ORANGE_PI_4_LTS = "ORANGE_PI_4_LTS"
5456

5557
# Nano Pi boards
5658
NANOPI_NEO_AIR = "NANOPI_NEO_AIR"
@@ -200,6 +202,8 @@
200202
ORANGE_PI_ZERO_2,
201203
ORANGE_PI_3,
202204
ORANGE_PI_3_LTS,
205+
ORANGE_PI_4,
206+
ORANGE_PI_4_LTS,
203207
)
204208

205209
# NanoPi

0 commit comments

Comments
 (0)