diff --git a/TODO.txt b/TODO.txt
index fac2ba1..4b7b8c1 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,14 +1,10 @@
captive portal for ap
simple slide transition
additional color picker field
-implement HSB slider option
implement ranges
implement discrete range color setter
implement discrete single color setter
-svg icons in html
add preferred colors to settings -> quickly t. UI, button select,
-use iframe for settings, seperate tabs for wifi and application confg
-use iframe for all adv. features?
/dumpeeprom and /pusheeprom (ota lock!)
(aux trigger pin) partially impl.
audioWLED
@@ -50,7 +46,6 @@ BUGS
general forced reset (usually around 48h)
NTP crash (1-48h)
losing connectivity
-Nightlight function
off after forced reset (system query?)
udp notifier doesn't work all the time
static ip disables mdns
diff --git a/bin/wled03_wemosd1mini_1705085.bin b/bin/wled03_wemosd1mini_1705085.bin
new file mode 100644
index 0000000..bdd4395
Binary files /dev/null and b/bin/wled03_wemosd1mini_1705085.bin differ
diff --git a/bin/wled03pd_wemosd1mini_170224.bin b/bin/wled03pd_wemosd1mini_170224.bin
deleted file mode 100644
index 6c27d35..0000000
Binary files a/bin/wled03pd_wemosd1mini_170224.bin and /dev/null differ
diff --git a/readme.md b/readme.md
index 5c6b868..4f282cf 100644
--- a/readme.md
+++ b/readme.md
@@ -3,8 +3,8 @@ WLED is a basic, fast and (relatively) (ok, VERY relatively) secure implementati
Uses ESP arduino version 2.3.0 (latest as of May 2017).
Contents in the /data directory may be uploaded to SPIFFS.
-Features: (V0.3pd)
-- RGB and brightness sliders
+Features: (V0.3)
+- RGB, HSB, and brightness sliders
- Settings page - configuration over network
- Access Point and station mode - automatic failsafe AP
- WS2812FX library integrated for nearly 50 special effects!
@@ -15,7 +15,7 @@ Features: (V0.3pd)
- Password protected OTA page for added security (OTA lock)
- Alexa smart home device server
- (unstable) NTP and experimental analog clock function
-- better client HTML page (not yet implemented)
+- client HTML controlled
- Edit page. Change html and other files via OTA. (needs to be enabled in source)
Compile settings:
diff --git a/wled00/data/index-min.htm b/wled00/data/index-min.htm
new file mode 100644
index 0000000..79c3ad9
--- /dev/null
+++ b/wled00/data/index-min.htm
@@ -0,0 +1,86 @@
+
+
+
+WLED 0.3pd
+
+
+
+
+ Loading...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wled00/data/index.htm b/wled00/data/index.htm
index 2c116f3..8d84089 100644
--- a/wled00/data/index.htm
+++ b/wled00/data/index.htm
@@ -1,7 +1,7 @@
- WLED 0.3pd
+ WLED 0.3
+
+
+
+
WLED Settings
+
+
+
\ No newline at end of file
diff --git a/wled00/data/settings.htm b/wled00/data/settings.htm
index 16b4fd8..f17898a 100644
--- a/wled00/data/settings.htm
+++ b/wled00/data/settings.htm
@@ -54,7 +54,6 @@
document.S_form.NRBRI.value = this.responseXML.getElementsByTagName('nrbri')[0].innerHTML;
document.S_form.NSDIR.checked = (this.responseXML.getElementsByTagName('nsdir')[0].innerHTML)!=0?true:false;
document.S_form.NSBTN.checked = (this.responseXML.getElementsByTagName('nsbtn')[0].innerHTML)!=0?true:false;
- document.S_form.NSFWD.checked = (this.responseXML.getElementsByTagName('nsfwd')[0].innerHTML)!=0?true:false;
document.S_form.ALEXA.checked = (this.responseXML.getElementsByTagName('alexa')[0].innerHTML)!=0?true:false;
document.S_form.AINVN.value = this.responseXML.getElementsByTagName('ainvn')[0].innerHTML;
document.S_form.NSALX.checked = (this.responseXML.getElementsByTagName('nsalx')[0].innerHTML)!=0?true:false;
@@ -149,7 +148,6 @@
Receive notifications:
Send notifications on direct change:
Send notifications on button press:
- Send nightlight notifications:
Interfaces
Emulate Alexa device:
Alexa invocation name:
@@ -176,7 +174,7 @@
HTTP traffic is not encrypted. An attacker in the same network could intercept form data!
About
- WLED version 0.3pd
+ WLED version 0.3
(c) 2016-2017 Christian Schwinne Licensed under the MIT license Uses libraries:
diff --git a/wled00/htmls00.h b/wled00/htmls00.h
index f38ca8c..6339a7e 100644
--- a/wled00/htmls00.h
+++ b/wled00/htmls00.h
@@ -22,211 +22,91 @@ const char favicon[156] PROGMEM = {
*/
const char PAGE_index[] PROGMEM = R"=====(
-
- WLED 0.3pd
-
-
-
-
-