Files
nuki_hub/webflash/manifest.json
Jan-Ole Schümann d53db28a56 Update manifest.json
2022-06-15 22:37:37 +02:00

16 lines
377 B
JSON

{
"name": "nukihub",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "boot_app0.bin", "offset": 57344 },
{ "path": "bootloader_qio_80m.bin", "offset": 4096 },
{ "path": "nuki_hub.bin", "offset": 65536 },
{ "path": "nuki_hub.partitions.bin", "offset": 32768 }
]
}
]
}