Skip to content

Commit e1d786e

Browse files
authored
Add Heltec V4 hardware model information
1 parent b283ae0 commit e1d786e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/lib/resource.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,4 +883,17 @@ export const deviceHardwareList: DeviceHardware[] = [
883883
tags: ["M5Stack"],
884884
images: ["place_holder.svg"],
885885
},
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+
},
886899
];

0 commit comments

Comments
 (0)