Skip to content

Commit 9278f16

Browse files
authored
Merge pull request #30 from makermelissa/master
Added RasPi 4 1GB and 2GB models
2 parents eca53dd + 67f1138 commit 9278f16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adafruit_platformdetect/board.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,9 @@
252252
'19020e0', '29020e0', # warranty bits
253253
),
254254
RASPBERRY_PI_4B: (
255-
'c03111',
256-
'1c03111', '2c03111', # warranty bits
255+
'a03111', 'b03111', 'c03111',
256+
'1a03111', '2a03111', '1b03111', '2b03111', # warranty bits
257+
'1c03111', '2c03111',
257258
),
258259
}
259260

0 commit comments

Comments
 (0)