Skip to content

Commit b499838

Browse files
committed
Add missing Raspberry Pi 2 Rev code
1 parent 5cdf8af commit b499838

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
@@ -283,18 +283,22 @@
283283
RASPBERRY_PI_2B: (
284284
"a01040",
285285
"a01041",
286+
"a02042",
286287
"a21041",
287288
"a22042",
288289
"1a01040",
289290
"1a01041",
291+
"1a02042",
290292
"1a21041",
291293
"1a22042", # warranty bit 24
292294
"2a01040",
293295
"2a01041",
296+
"2a02042",
294297
"2a21041",
295298
"2a22042", # warranty bit 25
296299
"3a01040",
297300
"3a01041",
301+
"3a02042",
298302
"3a21041",
299303
"3a22042",
300304
),

0 commit comments

Comments
 (0)