Skip to content

Commit 23121c6

Browse files
authored
Merge pull request #148 from NathanY3G/support-older-rpi-model-b-rev2
Add support for Raspberry Pi Model B Rev 2 (0004)
2 parents 3e36c50 + e97875e commit 23121c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@
342342
"1000003",
343343
),
344344
RASPBERRY_PI_B_REV2: (
345+
"0004",
345346
"0005",
346347
"0006",
347348
"000d",

0 commit comments

Comments
 (0)