Skip to content

Commit 29b9383

Browse files
authored
Merge pull request #33 from makermelissa/master
Added missing CM3 Rev code
2 parents af15c57 + 38e0390 commit 29b9383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,9 @@
259259
'1a020d3', '2a020d3', # warranty bits
260260
),
261261
RASPBERRY_PI_CM3: (
262-
'a020a0',
262+
'a020a0', 'a220a0',
263263
'1a020a0', '2a020a0', # warranty bits
264+
'1a220a0', '2a220a0',
264265
),
265266
RASPBERRY_PI_3A_PLUS: (
266267
'9020e0',

0 commit comments

Comments
 (0)