Skip to content

Commit 0c5ab4e

Browse files
committed
fix: manifest.json — use merged binaries (fix 404)
1 parent 55611f2 commit 0c5ab4e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

website/public/firmware/manifest.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@
66
{
77
"chipFamily": "ESP32",
88
"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 }
9+
{ "path": "/SecureGen/firmware/merged-firmware-esp32.bin", "offset": 0 }
1210
]
1311
},
1412
{
1513
"chipFamily": "ESP32-S3",
1614
"parts": [
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 }
15+
{ "path": "/SecureGen/firmware/merged-firmware-s3.bin", "offset": 0 }
2016
]
2117
}
2218
]

0 commit comments

Comments
 (0)