We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cdf8af + b499838 commit 4b820a0Copy full SHA for 4b820a0
adafruit_platformdetect/constants/boards.py
@@ -283,18 +283,22 @@
283
RASPBERRY_PI_2B: (
284
"a01040",
285
"a01041",
286
+ "a02042",
287
"a21041",
288
"a22042",
289
"1a01040",
290
"1a01041",
291
+ "1a02042",
292
"1a21041",
293
"1a22042", # warranty bit 24
294
"2a01040",
295
"2a01041",
296
+ "2a02042",
297
"2a21041",
298
"2a22042", # warranty bit 25
299
"3a01040",
300
"3a01041",
301
+ "3a02042",
302
"3a21041",
303
"3a22042",
304
),
0 commit comments