|
hace 4 años | |
---|---|---|
.devcontainer | hace 4 años | |
.github | hace 4 años | |
firmware_build | hace 4 años | |
script | hace 4 años | |
src | hace 4 años | |
.gitignore | hace 4 años | |
README.md | hace 4 años | |
example.html | hace 4 años | |
package.json | hace 4 años | |
rollup.config.js | hace 4 años | |
tsconfig.json | hace 4 años | |
yarn.lock | hace 4 años |
Allow flashing ESPHome or other ESP-based firmwares via the browser.
Defined using a manifest.
{
"name": "ESPHome",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "filename": "bootloader.bin", "offset": 4096, "size": 15872 },
{ "filename": "partitions.bin", "offset": 32768, "size": 3072 },
{ "filename": "ota.bin", "offset": 57344, "size": 8192 },
{ "filename": "firmware.bin", "offset": 65536, "size": 1531904 }
]
}
]
}