Skip to content

Commit 71653a6

Browse files
authored
Merge pull request #86 from makermelissa/master
Added missing rev codes for newer Raspberry Pi 2
2 parents 1067d51 + 1cc0239 commit 71653a6

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
@@ -287,6 +287,10 @@
287287
"2a01041",
288288
"2a21041",
289289
"2a22042", # warranty bit 25
290+
"3a01040",
291+
"3a01041",
292+
"3a21041",
293+
"3a22042",
290294
),
291295
RASPBERRY_PI_3B: (
292296
"a02082",

0 commit comments

Comments
 (0)