mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
Fix manifest example in README
This commit is contained in:
parent
a8d3a6954e
commit
933c9c35d8
10
README.md
10
README.md
@ -18,16 +18,16 @@ Manifest definition:
|
|||||||
"chipFamily": "ESP32",
|
"chipFamily": "ESP32",
|
||||||
"improv": true,
|
"improv": true,
|
||||||
"parts": [
|
"parts": [
|
||||||
{ "filename": "bootloader.bin", "offset": 4096 },
|
{ "path": "bootloader.bin", "offset": 4096 },
|
||||||
{ "filename": "partitions.bin", "offset": 32768 },
|
{ "path": "partitions.bin", "offset": 32768 },
|
||||||
{ "filename": "ota.bin", "offset": 57344 },
|
{ "path": "ota.bin", "offset": 57344 },
|
||||||
{ "filename": "firmware.bin", "offset": 65536 }
|
{ "path": "firmware.bin", "offset": 65536 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chipFamily": "ESP8266",
|
"chipFamily": "ESP8266",
|
||||||
"parts": [
|
"parts": [
|
||||||
{ "filename": "esp8266.bin", "offset": 0 },
|
{ "path": "esp8266.bin", "offset": 0 },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user