Merge pull request #342 from iranl/fix-webflash-manifest

Fix Webflash
This commit is contained in:
Jan-Ole Schümann
2024-04-27 14:16:12 +07:00
committed by GitHub

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 }
] ]
} }
] ]