From 804159bb7fcc1f9767cccc0ac6f6158b09fed372 Mon Sep 17 00:00:00 2001 From: iranl Date: Tue, 16 Jul 2024 20:11:56 +0200 Subject: [PATCH] Add C6 to Webflash --- webflash/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webflash/manifest.json b/webflash/manifest.json index 2be602d..08171a4 100644 --- a/webflash/manifest.json +++ b/webflash/manifest.json @@ -19,6 +19,12 @@ "parts": [ { "path": "webflash_nuki_hub_esp32c3.bin", "offset": 0 } ] + }, + { + "chipFamily": "ESP32-C6", + "parts": [ + { "path": "webflash_nuki_hub_esp32c6.bin", "offset": 0 } + ] } ] }