Skip to content

Commit 2eba410

Browse files
authored
Merge pull request #42 from makermelissa/master
Added more Raspberry Pi codes
2 parents 2292125 + f8eb72b commit 2eba410

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,10 @@
279279
),
280280
RASPBERRY_PI_4B: (
281281
'a03111', 'b03111', 'c03111',
282+
'a03112', 'b03112', 'c03112',
282283
'1a03111', '2a03111', '1b03111', '2b03111', # warranty bits
283-
'1c03111', '2c03111',
284+
'1c03111', '2c03111', '1a03112', '2a03112',
285+
'1b03112', '2b03112', '1c03112', '2c03112',
284286
),
285287
}
286288

0 commit comments

Comments
 (0)