|
il y a 4 ans | |
---|---|---|
.devcontainer | il y a 4 ans | |
.github | il y a 4 ans | |
firmware_build | il y a 4 ans | |
script | il y a 4 ans | |
src | il y a 4 ans | |
.gitignore | il y a 4 ans | |
README.md | il y a 4 ans | |
example.html | il y a 4 ans | |
package.json | il y a 4 ans | |
rollup.config.js | il y a 4 ans | |
tsconfig.json | il y a 4 ans | |
yarn.lock | il y a 4 ans |
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 }
]
}
]
}