We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b283ae0 commit e1d786eCopy full SHA for e1d786e
1 file changed
src/lib/resource.ts
@@ -883,4 +883,17 @@ export const deviceHardwareList: DeviceHardware[] = [
883
tags: ["M5Stack"],
884
images: ["place_holder.svg"],
885
},
886
+ {
887
+ hwModel: 110,
888
+ hwModelSlug: "HELTEC_V4",
889
+ platformioTarget: "heltec-v4",
890
+ architecture: "esp32-s3",
891
+ activelySupported: false,
892
+ supportLevel: 1,
893
+ displayName: "Heltec V4",
894
+ tags: ["Heltec"],
895
+ requiresDfu: true,
896
+ hasMui: false,
897
+ partitionScheme: "16MB",
898
+ },
899
];
0 commit comments