Fix chip family

This commit is contained in:
Ronak Gothi
2026-01-22 12:36:40 +05:30
parent a1a068e98d
commit b78410dca3
+1 -1
View File
@@ -400,7 +400,7 @@
name: "TRMNL Firmware",
new_install_prevent_erase: true,
builds: [{
chipFamily: 'TRMNL',
chipFamily: 'ESP32-C3',
parts: [{ path: URL.createObjectURL(blob), offset: "0x3ff000" }]
}]
};