diff --git a/index.html b/index.html new file mode 100644 index 0000000..bc6bb24 --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + +NUKI Hub web installer + + + + +

NUKI Hub

+ + + + + + + + + + \ No newline at end of file diff --git a/webflash/boot_app0.bin b/webflash/boot_app0.bin new file mode 100755 index 0000000..13562ca Binary files /dev/null and b/webflash/boot_app0.bin differ diff --git a/webflash/bootloader_qio_80m.bin b/webflash/bootloader_qio_80m.bin new file mode 100755 index 0000000..63c05c1 Binary files /dev/null and b/webflash/bootloader_qio_80m.bin differ diff --git a/webflash/manifest.json b/webflash/manifest.json new file mode 100644 index 0000000..92961f7 --- /dev/null +++ b/webflash/manifest.json @@ -0,0 +1,15 @@ +{ + "name": "enocean", + "new_install_prompt_erase": true, + "builds": [ + { + "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 } + ] + } + ] +} \ No newline at end of file diff --git a/webflash/nuki_hub.bin b/webflash/nuki_hub.bin new file mode 100644 index 0000000..ebdbd4b Binary files /dev/null and b/webflash/nuki_hub.bin differ diff --git a/webflash/nuki_hub.partitions.bin b/webflash/nuki_hub.partitions.bin new file mode 100644 index 0000000..94a1995 Binary files /dev/null and b/webflash/nuki_hub.partitions.bin differ