There was an error while loading. Please reload this page.
1 parent 55611f2 commit 0c5ab4eCopy full SHA for 0c5ab4e
1 file changed
website/public/firmware/manifest.json
@@ -6,17 +6,13 @@
6
{
7
"chipFamily": "ESP32",
8
"parts": [
9
- { "path": "/SecureGen/firmware/bootloader-esp32.bin", "offset": 4096 },
10
- { "path": "/SecureGen/firmware/partitions-esp32.bin", "offset": 32768 },
11
- { "path": "/SecureGen/firmware/firmware-esp32.bin", "offset": 65536 }
+ { "path": "/SecureGen/firmware/merged-firmware-esp32.bin", "offset": 0 }
12
]
13
},
14
15
"chipFamily": "ESP32-S3",
16
17
- { "path": "/SecureGen/firmware/bootloader-s3.bin", "offset": 0 },
18
- { "path": "/SecureGen/firmware/partitions-s3.bin", "offset": 32768 },
19
- { "path": "/SecureGen/firmware/firmware-s3.bin", "offset": 65536 }
+ { "path": "/SecureGen/firmware/merged-firmware-s3.bin", "offset": 0 }
20
21
}
22
0 commit comments