Skip to content

Commit e1356fc

Browse files
authored
Merge pull request #129 from makermelissa/master
Added another Pi CM4 Rev ID
2 parents ffef1f3 + 776dcd5 commit e1356fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,10 @@
409409
"2c03112",
410410
),
411411
RASPBERRY_PI_400: ("c03130",),
412-
RASPBERRY_PI_CM4: ("b03140",),
412+
RASPBERRY_PI_CM4: (
413+
"a03140",
414+
"b03140",
415+
),
413416
}
414417

415418
# Onion omega boards

0 commit comments

Comments
 (0)