Skip to content

Commit ea528db

Browse files
authored
Merge pull request #12 from ladyada/master
add warranty bit in spot 25
2 parents bc4cede + c0dc24b commit ea528db

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

adafruit_platformdetect/board.py

+10-7
Original file line numberDiff line numberDiff line change
@@ -186,31 +186,34 @@
186186
),
187187
RASPBERRY_PI_ZERO: (
188188
'900092', '920092', '900093', '920093'
189-
'1900092', '1920092', '1900093', '1920093',
189+
'1900092', '1920092', '1900093', '1920093', # warranty bit 24
190+
'2900092', '2920092', '2900093', '2920093', # warranty bit 25
190191
),
191192
RASPBERRY_PI_ZERO_W: (
192193
'9000c1',
193-
'19000c1',
194+
'19000c1', '29000c1', # warranty bits
194195
),
195196
RASPBERRY_PI_2B: (
196197
'a01040', 'a01041', 'a21041', 'a22042',
197-
'1a01040', '1a01041', '1a21041', '1a22042',
198+
'1a01040', '1a01041', '1a21041', '1a22042', # warranty bit 24
199+
'2a01040', '2a01041', '2a21041', '2a22042', # warranty bit 25
198200
),
199201
RASPBERRY_PI_3B: (
200202
'a02082', 'a22082', 'a32082', 'a52082',
201-
'1a02082', '1a22082', '1a32082', '1a52082',
203+
'1a02082', '1a22082', '1a32082', '1a52082', # warranty bit 24
204+
'2a02082', '2a22082', '2a32082', '2a52082', # warranty bit 25
202205
),
203206
RASPBERRY_PI_3B_PLUS: (
204207
'a020d3',
205-
'1a020d3',
208+
'1a020d3', '2a020d3', # warranty bits
206209
),
207210
RASPBERRY_PI_CM3: (
208211
'a020a0',
209-
'1a020a0',
212+
'1a020a0', '2a020a0', # warranty bits
210213
),
211214
RASPBERRY_PI_3A_PLUS: (
212215
'9020e0',
213-
'19020e0',
216+
'19020e0', '29020e0', # warranty bits
214217
),
215218
}
216219

0 commit comments

Comments
 (0)