Skip to content

Commit a7a4b77

Browse files
authored
A new constant for raspberry pi 3b +
Added a new revision of raspberry pi 3b + to constants
1 parent 54e97bb commit a7a4b77

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)