From ed2381ec70f3f4bbb110f92ecad56422c452aecf Mon Sep 17 00:00:00 2001 From: cschwinne Date: Tue, 20 Sep 2016 22:21:44 +0200 Subject: [PATCH] continued development reverted settings page to previous commit static ip implementation working added author header bumped version to 0.3 pre-development --- TODO.txt | 4 ++- wled00/data/index.htm | 2 +- wled00/data/settings.htm | 55 ++++++++++++++++++++++++++++++-- wled00/wled00.ino | 69 ++++++++++++++++++++++++++++++++++++++-- 4 files changed, 124 insertions(+), 6 deletions(-) diff --git a/TODO.txt b/TODO.txt index 181d4ad8..782bf95a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,12 +2,14 @@ toolbar preparation add toolbar conf in settings additional color picker field change slider height to relative values +improve firefox UI appearance implement all settings setters implement OTA implement OTA lock implement button implement HSB slider option -implement default color on boot in settings change color submit from get to post, rewrite with args, requires no buffer change color submit from rgb to hex +BUGS +static ip disables mdns diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 08ae5c31..b3c6a73c 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -1,6 +1,6 @@ - WLED 0.2 + WLED 0.3pd