Files
nuki_hub/webflash/manifest.json
2024-04-24 22:04:26 +02:00

28 lines
631 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 }
]
},
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "nuki_hub_esp32s3.bin", "offset": 0 },
]
},
{
"chipFamily": "ESP32-C3",
"parts": [
{ "path": "nuki_hub_esp32c3.bin", "offset": 0 },
]
}
]
}