From 71f0a9258f5295c6eb2c647a00fe427a6c2c0f01 Mon Sep 17 00:00:00 2001 From: iranl Date: Fri, 26 Apr 2024 19:21:51 +0200 Subject: [PATCH] Fix Webflash --- webflash/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webflash/manifest.json b/webflash/manifest.json index d430d8b..d54eb17 100644 --- a/webflash/manifest.json +++ b/webflash/manifest.json @@ -14,13 +14,13 @@ { "chipFamily": "ESP32-S3", "parts": [ - { "path": "nuki_hub_esp32s3.bin", "offset": 0 }, + { "path": "nuki_hub_esp32s3.bin", "offset": 0 } ] }, { "chipFamily": "ESP32-C3", "parts": [ - { "path": "nuki_hub_esp32c3.bin", "offset": 0 }, + { "path": "nuki_hub_esp32c3.bin", "offset": 0 } ] } ]