Skip to content

Commit 3c7e370

Browse files
authored
Merge pull request #241 from Sheng2216/main
add support for CM4 with 8GB ram
2 parents 2da28d3 + 6953a6f commit 3c7e370

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
@@ -489,7 +489,7 @@
489489
"2c03112",
490490
),
491491
RASPBERRY_PI_400: ("c03130", "c03131"),
492-
RASPBERRY_PI_CM4: ("a03140", "b03140", "c03140", "d03140"),
492+
RASPBERRY_PI_CM4: ("a03140", "b03140", "c03140", "d03140", "d03141"),
493493
RASPBERRY_PI_ZERO_2_W: ("902120", "2902120"),
494494
}
495495

0 commit comments

Comments
 (0)