Skip to content

Commit 97fd3f9

Browse files
authored
Merge pull request #2 from adafruit/master
Merge
2 parents 4efebcf + e1356fc commit 97fd3f9

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)