Skip to content

Commit dc6b5c5

Browse files
authored
Merge pull request #292 from kaangoksal/main
A new constant for raspberry pi 3b +
2 parents 54e97bb + a7a4b77 commit dc6b5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
"2a32082",
505505
"2a52082", # warranty bit 25
506506
),
507-
RASPBERRY_PI_3B_PLUS: ("a020d3", "1a020d3", "2a020d3"), # warranty bits
507+
RASPBERRY_PI_3B_PLUS: ("a020d3", "1a020d3", "2a020d3", "a020d4"), # warranty bits
508508
RASPBERRY_PI_AVNET_IIOT_GW: ("60a220b0",),
509509
RASPBERRY_PI_CM3: (
510510
"a020a0",

0 commit comments

Comments
 (0)