Skip to content

Commit 9be9c5d

Browse files
authored
Add support for M5Stack Cardputer Adv model
1 parent b758a2b commit 9be9c5d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/lib/resource.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,18 @@ export const deviceHardwareList: DeviceHardware[] = [
979979
partitionScheme: "16MB",
980980
images: ["rak_3312.svg"],
981981
},
982+
{
983+
hwModel: 112,
984+
hwModelSlug: "M5STACK_CARDPUTER_ADV",
985+
platformioTarget: "m5stack-cardputer-adv",
986+
architecture: "esp32s3",
987+
activelySupported: false,
988+
supportLevel: 1,
989+
displayName: "Cardputer Adv",
990+
tags: ["M5Stack"],
991+
images: ["m5stack_cardputer.svg"],
992+
partitionScheme: "8MB",
993+
},
982994
{
983995
hwModel: 113,
984996
hwModelSlug: "HELTEC_WIRELESS_TRACKER_V2",

0 commit comments

Comments
 (0)