25 lines
478 B
JSON
25 lines
478 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 }
|
|
]
|
|
}
|
|
]
|
|
}
|