mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-27 21:56:35 +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",
|
||||
"improv": true,
|
||||
"parts": [
|
||||
{ "filename": "bootloader.bin", "offset": 4096 },
|
||||
{ "filename": "partitions.bin", "offset": 32768 },
|
||||
{ "filename": "ota.bin", "offset": 57344 },
|
||||
{ "filename": "firmware.bin", "offset": 65536 }
|
||||
{ "path": "bootloader.bin", "offset": 4096 },
|
||||
{ "path": "partitions.bin", "offset": 32768 },
|
||||
{ "path": "ota.bin", "offset": 57344 },
|
||||
{ "path": "firmware.bin", "offset": 65536 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"chipFamily": "ESP8266",
|
||||
"parts": [
|
||||
{ "filename": "esp8266.bin", "offset": 0 },
|
||||
{ "path": "esp8266.bin", "offset": 0 },
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user