Skip to content

Commit c857dae

Browse files
authored
Merge pull request #193 from makermelissa/main
Add Pi Zero 2 W Rev Code
2 parents e3d05ed + 6c67174 commit c857dae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
RASPBERRY_PI_CM1 = "RASPBERRY_PI_CM1"
8888
RASPBERRY_PI_ZERO = "RASPBERRY_PI_ZERO"
8989
RASPBERRY_PI_ZERO_W = "RASPBERRY_PI_ZERO_W"
90+
RASPBERRY_PI_ZERO_2_W = "RASPBERRY_PI_ZERO_2_W"
9091
RASPBERRY_PI_2B = "RASPBERRY_PI_2B"
9192
RASPBERRY_PI_3B = "RASPBERRY_PI_3B"
9293
RASPBERRY_PI_3B_PLUS = "RASPBERRY_PI_3B_PLUS"
@@ -230,6 +231,7 @@
230231
RASPBERRY_PI_A_PLUS,
231232
RASPBERRY_PI_ZERO,
232233
RASPBERRY_PI_ZERO_W,
234+
RASPBERRY_PI_ZERO_2_W,
233235
RASPBERRY_PI_2B,
234236
RASPBERRY_PI_3B,
235237
RASPBERRY_PI_3B_PLUS,
@@ -444,6 +446,7 @@
444446
),
445447
RASPBERRY_PI_400: ("c03130",),
446448
RASPBERRY_PI_CM4: ("a03140", "b03140", "c03140", "d03140"),
449+
RASPBERRY_PI_ZERO_2_W: ("902120",),
447450
}
448451

449452
# Onion omega boards

0 commit comments

Comments
 (0)