mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
correct manifest.json example (#146)
This commit is contained in:
parent
d8e10ff8c9
commit
e7fbbd0a19
18
README.md
18
README.md
@ -19,28 +19,34 @@ Manifest definition:
|
|||||||
{
|
{
|
||||||
"chipFamily": "ESP32",
|
"chipFamily": "ESP32",
|
||||||
"parts": [
|
"parts": [
|
||||||
{ "path": "bootloader.bin", "offset": 4096 },
|
{ "path": "bootloader_dout_40m.bin", "offset": 4096 },
|
||||||
{ "path": "partitions.bin", "offset": 32768 },
|
{ "path": "partitions.bin", "offset": 32768 },
|
||||||
{ "path": "ota.bin", "offset": 57344 },
|
{ "path": "boot_app0.bin", "offset": 57344 },
|
||||||
{ "path": "firmware.bin", "offset": 65536 }
|
{ "path": "esp32.bin", "offset": 65536 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chipFamily": "ESP32-C3",
|
"chipFamily": "ESP32-C3",
|
||||||
"parts": [
|
"parts": [
|
||||||
{ "path": "esp32-c3.bin", "offset": 0 },
|
{ "path": "bootloader_dout_40m.bin", "offset": 0 },
|
||||||
|
{ "path": "partitions.bin", "offset": 32768 },
|
||||||
|
{ "path": "boot_app0.bin", "offset": 57344 },
|
||||||
|
{ "path": "esp32-c3.bin", "offset": 65536 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chipFamily": "ESP32-S2",
|
"chipFamily": "ESP32-S2",
|
||||||
"parts": [
|
"parts": [
|
||||||
{ "path": "esp32-s2.bin", "offset": 0 },
|
{ "path": "bootloader_dout_40m.bin", "offset": 4096 },
|
||||||
|
{ "path": "partitions.bin", "offset": 32768 },
|
||||||
|
{ "path": "boot_app0.bin", "offset": 57344 },
|
||||||
|
{ "path": "esp32-s2.bin", "offset": 65536 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chipFamily": "ESP8266",
|
"chipFamily": "ESP8266",
|
||||||
"parts": [
|
"parts": [
|
||||||
{ "path": "esp8266.bin", "offset": 0 },
|
{ "path": "esp8266.bin", "offset": 0 }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user