Files
nuki_hub/webflash/manifest.json
2024-07-16 20:11:56 +02:00

31 lines
613 B
JSON

{
"name": "nukihub",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "webflash_nuki_hub_esp32.bin", "offset": 0 }
]
},
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "webflash_nuki_hub_esp32s3.bin", "offset": 0 }
]
},
{
"chipFamily": "ESP32-C3",
"parts": [
{ "path": "webflash_nuki_hub_esp32c3.bin", "offset": 0 }
]
},
{
"chipFamily": "ESP32-C6",
"parts": [
{ "path": "webflash_nuki_hub_esp32c6.bin", "offset": 0 }
]
}
]
}