Fix Webflash

This commit is contained in:
iranl
2024-04-26 19:21:51 +02:00
committed by GitHub
parent 527ce2ad89
commit 71f0a9258f

View File

@@ -14,13 +14,13 @@
{ {
"chipFamily": "ESP32-S3", "chipFamily": "ESP32-S3",
"parts": [ "parts": [
{ "path": "nuki_hub_esp32s3.bin", "offset": 0 }, { "path": "nuki_hub_esp32s3.bin", "offset": 0 }
] ]
}, },
{ {
"chipFamily": "ESP32-C3", "chipFamily": "ESP32-C3",
"parts": [ "parts": [
{ "path": "nuki_hub_esp32c3.bin", "offset": 0 }, { "path": "nuki_hub_esp32c3.bin", "offset": 0 }
] ]
} }
] ]