diff --git a/README.md b/README.md index e1512cef..a03ec1f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A word of warning, this repository is heavily been worked on. It is not yet prod This project aims to port the fabulous [rjwats/esp8266-react](https://github.com/rjwats/esp8266-react) project to Sveltekit and to add some more useful features. -A simple, secure and extensible framework for IoT projects built on ESP32 platforms with responsive [Sveltekit](https://kit.svelte.dev/) front-end built with [TailwindCSS](https://tailwindcss.com/) and [DaisyUI](https://daisyui.com/). +A simple, secure and extensible framework for IoT projects for ESP32 platforms with responsive [Sveltekit](https://kit.svelte.dev/) front-end built with [TailwindCSS](https://tailwindcss.com/) and [DaisyUI](https://daisyui.com/). First Step - recreate the Front End with SvelteKit: @@ -13,7 +13,7 @@ First Step - recreate the Front End with SvelteKit: - [x] System-API - [x] OTA-API - [x] Firmware Upload API -- [ ] MQTT-API +- [x] MQTT-API - [x] NTP-API - [ ] Feature Selector Front End - [ ] Demo Project diff --git a/factory_settings.ini b/factory_settings.ini index 6153675e..4db8010e 100644 --- a/factory_settings.ini +++ b/factory_settings.ini @@ -13,7 +13,7 @@ build_flags = ; Access point settings -D FACTORY_AP_PROVISION_MODE=AP_MODE_DISCONNECTED - -D FACTORY_AP_SSID=\"ESP32-Sveltekit-#{unique_id}\" ; 1-64 characters, supports placeholders + -D FACTORY_AP_SSID=\"ESP32-SvelteKit-#{unique_id}\" ; 1-64 characters, supports placeholders -D FACTORY_AP_PASSWORD=\"esp-sveltekit\" ; 8-64 characters -D FACTORY_AP_CHANNEL=1 -D FACTORY_AP_SSID_HIDDEN=false diff --git a/interface/src/lib/SettingsCard.svelte b/interface/src/lib/SettingsCard.svelte deleted file mode 100644 index d6425f1d..00000000 --- a/interface/src/lib/SettingsCard.svelte +++ /dev/null @@ -1,18 +0,0 @@ - - -
Loading...
+Loading...
-