diff --git a/ota/nuki_hub_esp32.bin b/ota/nuki_hub_esp32.bin index 540c3c3..a6ccfb7 100644 Binary files a/ota/nuki_hub_esp32.bin and b/ota/nuki_hub_esp32.bin differ diff --git a/ota/nuki_hub_esp32c3.bin b/ota/nuki_hub_esp32c3.bin index bfa5e0d..b189f84 100644 Binary files a/ota/nuki_hub_esp32c3.bin and b/ota/nuki_hub_esp32c3.bin differ diff --git a/ota/nuki_hub_esp32s3.bin b/ota/nuki_hub_esp32s3.bin index dcea3f2..fd47d49 100644 Binary files a/ota/nuki_hub_esp32s3.bin and b/ota/nuki_hub_esp32s3.bin differ diff --git a/ota/nuki_hub_esp32solo1.bin b/ota/nuki_hub_esp32solo1.bin index 960aeb7..3878f61 100644 Binary files a/ota/nuki_hub_esp32solo1.bin and b/ota/nuki_hub_esp32solo1.bin differ diff --git a/webflash/boot_app0.bin b/webflash/boot_app0.bin deleted file mode 100755 index 13562ca..0000000 Binary files a/webflash/boot_app0.bin and /dev/null differ diff --git a/webflash/bootloader_qio_80m.bin b/webflash/bootloader_qio_80m.bin deleted file mode 100755 index 82fd51d..0000000 Binary files a/webflash/bootloader_qio_80m.bin and /dev/null differ diff --git a/webflash/manifest.json b/webflash/manifest.json index 268a542..2be602d 100644 --- a/webflash/manifest.json +++ b/webflash/manifest.json @@ -5,10 +5,7 @@ { "chipFamily": "ESP32", "parts": [ - { "path": "boot_app0.bin", "offset": 57344 }, - { "path": "bootloader_qio_80m.bin", "offset": 4096 }, - { "path": "nuki_hub.bin", "offset": 65536 }, - { "path": "nuki_hub.partitions.bin", "offset": 32768 } + { "path": "webflash_nuki_hub_esp32.bin", "offset": 0 } ] }, { diff --git a/webflash/nuki_hub.bin b/webflash/nuki_hub.bin deleted file mode 100644 index a7c27f7..0000000 Binary files a/webflash/nuki_hub.bin and /dev/null differ diff --git a/webflash/nuki_hub.partitions.bin b/webflash/nuki_hub.partitions.bin deleted file mode 100644 index fa042d6..0000000 Binary files a/webflash/nuki_hub.partitions.bin and /dev/null differ