We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b758a2b commit 9be9c5dCopy full SHA for 9be9c5d
1 file changed
src/lib/resource.ts
@@ -979,6 +979,18 @@ export const deviceHardwareList: DeviceHardware[] = [
979
partitionScheme: "16MB",
980
images: ["rak_3312.svg"],
981
},
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
+ },
994
{
995
hwModel: 113,
996
hwModelSlug: "HELTEC_WIRELESS_TRACKER_V2",
0 commit comments