Skip to content

Commit a97afcd

Browse files
authored
Merge pull request #1 from adafruit/missing_pi3b_code
add a missing pi revision code: a02082 for 3B
2 parents 45bde4e + 59f2dc5 commit a97afcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
RASPBERRY_PI_ZERO: ('900092', '920092', '900093', '920093'),
124124
RASPBERRY_PI_ZERO_W: ('9000c1',),
125125
RASPBERRY_PI_2B: ('a01040', 'a01041', 'a21041', 'a22042'),
126-
RASPBERRY_PI_3B: ('a22082', 'a32082', 'a52082'),
126+
RASPBERRY_PI_3B: ('a02082', 'a22082', 'a32082', 'a52082'),
127127
RASPBERRY_PI_3B_PLUS: ('a020d3',),
128128
RASPBERRY_PI_CM3: ('a020a0',),
129129
RASPBERRY_PI_3A_PLUS: ('9020e0',),

0 commit comments

Comments
 (0)