Blaz Kristan
8ee704e123
Added toast confirmation for clearing LS.
2021-08-25 22:37:16 +02:00
Blaz Kristan
0d552cd880
Button rewrite.
...
Buttons >0 behave differently than 0.
2021-08-25 21:24:56 +02:00
Blaž Kristan
60ce5c67de
Merge branch 'sync-groups' into dev
2021-08-25 06:26:50 +02:00
cschwinne
421f932053
Send sync group options as bytes, parse in JS
2021-08-25 00:36:31 +02:00
cschwinne
542d6361f2
Make packets with version < 9 group 1
2021-08-24 23:59:09 +02:00
Blaz Kristan
81bafa00ac
Minor tweaks.
2021-08-24 23:33:41 +02:00
Blaz Kristan
84d0c17c4b
Compile warnings eliminated.
...
Minor typo.
DEBUG_PRINTF fix for 8266
2021-08-24 21:35:47 +02:00
Blaz Kristan
be7e2bed6f
Bugfix for edge case of FX=~ within playlist.
2021-08-23 21:51:36 +02:00
Blaž Kristan
a7bfd0af41
Changed sync default to group 1 only.
2021-08-23 07:37:34 +02:00
Blaz Kristan
55ef547a85
Memory allocation fixes for effects.
2021-08-22 22:16:25 +02:00
Blaz Kristan
19129c8786
Simple page CSS & JS update.
...
Added simple UI as a separate page (/simple.htm).
2021-08-21 18:12:38 +02:00
Blaz Kristan
b5737ce9c1
Shortened string.
2021-08-21 12:30:40 +02:00
Blaz Kristan
f921d9a1f8
Added UDP sync groups.
2021-08-21 12:28:22 +02:00
Blaz Kristan
9609b48f2f
Added UDP sync groups.
2021-08-21 12:22:26 +02:00
Blaž Kristan
ff8145b745
Merge pull request #2101 from blazoncek/fix-mqtt-pir
...
Fix for missing off-only MQTT messages.
2021-08-21 11:10:41 +02:00
Blaz Kristan
530e8b39e5
Added SSD1306 SPI display option to 4 Line Display
2021-08-20 23:58:09 +02:00
Blaz Kristan
5926d396f9
Merge branch 'master' of https://github.com/aircoookie/WLED into dev
2021-08-20 23:32:28 +02:00
Blaz Kristan
50aeee288b
Merge branch 'master' of https://github.com/aircoookie/WLED
2021-08-20 23:22:53 +02:00
Blaz Kristan
72e001b0d5
Bash and Wnindows CMD scripts for updating multiple WLEDs.
2021-08-20 23:20:04 +02:00
Maximilian Mewes
f04c9d101e
Added usermod "battery status basic" ( #2127 )
...
* added usermod battery_status_basic
* test.. something is wrong
* Squashed commit of the following:
commit 0f845527c53f838e2c68d50ec3e9d6c68c4cee46
Author: itCarl <mewes.maximilian@gmx.de>
Date: Tue Aug 10 18:35:15 2021 +0200
updated readme and added image showing info modal
commit 055579fcf71796519d00566452030f31798121d0
Author: itCarl <mewes.maximilian@gmx.de>
Date: Mon Aug 9 20:53:07 2021 +0200
small map function fix
commit 811614cf9e73f4731acb234d0d210a7b19565e9a
Author: itCarl <mewes.maximilian@gmx.de>
Date: Mon Aug 9 19:35:21 2021 +0200
updated ui
commit cadf2e23b7
Author: itCarl <mewes.maximilian@gmx.de>
Date: Mon Aug 9 16:07:32 2021 +0200
added usermod battery_status_basic
* updated readme, changed USERMOD_BATTERY_MIN_VOLTAGE default to 2.6 volt
* fixed readme image file naming
* added usermod settings for runtime changes
* fixed copy and paste mistake
* undo ui changes
* reworked addToJsonInfo() to make it compatible with the standard Info page.
* removed images from readme
* added ESP32 support
* updated readme
2021-08-20 20:42:46 +02:00
Blaz Kristan
7cf16766c4
Clear local storage button.
...
Removed skin.css from settings pages.
2021-08-20 19:38:24 +02:00
Blaz Kristan
0e200e0c34
Center text on display.
2021-08-20 19:37:05 +02:00
Blaž Kristan
771a544d0f
Removed reference to tdd.
2021-08-20 09:54:54 +02:00
Blaz Kristan
fba707f6a8
Merge branch 'spi-display' into dev
2021-08-19 21:57:18 +02:00
Blaz Kristan
4e28e2cb59
Merge branch 'master' into dev
2021-08-19 21:57:04 +02:00
Ahmed Shehata
2ecc53ba56
UDP Signal color correction ( #1902 )
...
* added ui changes for saturation in sync
* added setters/getters for hsv settings
* added color correction logic
* faster algorithm for color conversion
* added save/load config to fs
* adjusted value scale
* move color functions to colors.cpp
* remove unchecked file
* Various small changes
Moved settings location in sync settings
Changed wording from hyperion to live
Moved code into setRealtimePixel(), reducing duplication and enabling the functionality for DMX streams
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com>
2021-08-19 18:24:41 +02:00
Blaz Kristan
5c3c8b7b8a
SPI display option for 4 Line Display usermod.
2021-08-19 16:13:30 +02:00
Christian Schwinne
3eb1fe0eb2
Merge pull request #2144 from coliss86/patch-1
...
Fix formatting of the first title
2021-08-19 08:44:43 +02:00
coliss86
aec998acc1
Fix formatting of the first title
2021-08-18 22:21:31 +02:00
Blaž Kristan
6a52a1dc63
Add option to load custom CSS and custom holidays.json
2021-08-18 13:41:54 +02:00
cschwinne
91e758f66f
Fixed JSON IR remote not working with codes greater than 0xFFFFFF ( fixes #2135 )
2021-08-18 02:10:40 +02:00
cschwinne
441416b241
Fixed edge case with transition 0
2021-08-18 01:59:01 +02:00
Christian Schwinne
e541d8697e
Merge pull request #2140 from Aircoookie/ws-ping
...
Added application level pong websockets reply (#2139 )
2021-08-17 17:56:29 +02:00
Blaz Kristan
445825df44
Merge branch 'dev' of github.com:blazoncek/WLED into dev
2021-08-17 16:28:16 +02:00
Blaz Kristan
b93c47fa60
Option to disable Loxone.
2021-08-17 16:28:12 +02:00
cschwinne
4b817208aa
Added application level pong websockets reply ( #2139 )
2021-08-17 12:47:01 +02:00
Blaž Kristan
90b831600f
Removed developmnet/debugging code.
2021-08-17 09:06:37 +02:00
Blaz Kristan
b3dd368920
JS optimisation.
...
Namelabel clarity.
2021-08-16 18:24:06 +02:00
Blaz Kristan
c8db90b644
Bugfix pin check.
2021-08-16 16:20:46 +02:00
Blaz Kristan
7ed65529df
Minor button CSS optimisations.
2021-08-15 22:05:36 +02:00
Blaz Kristan
a8b59f5f59
Replaced fixed color values in CSS & JS w/ --c-?.
2021-08-13 11:43:17 +02:00
Blaz Kristan
eb966ec041
Typo fix.
2021-08-13 10:55:32 +02:00
Blaz Kristan
588789cb77
Random color background.
...
Few tweaks.
2021-08-12 15:47:22 +02:00
Blaz Kristan
3640f977c8
Simple CSS bugfix.
2021-08-12 12:12:45 +02:00
Blaz Kristan
28f12a4874
More CSS & JS optimisations.
2021-08-12 11:14:53 +02:00
Blaz Kristan
93378406c3
Additional CSS optimisations.
2021-08-11 21:28:31 +02:00
Blaz Kristan
602d04af82
Invaliating browser cache after UI selection change
2021-08-10 21:52:07 +02:00
Blaz Kristan
dcfbf2b154
Simplified UI and general UI polishing (CSS, HTML & JS).
...
Boot transition fix.
Local storage invalidation when uploading presets.json.
2021-08-10 17:11:17 +02:00
cschwinne
bd13336256
Fixed undesirable boot color transition
2021-08-06 02:08:36 +02:00
Christian Schwinne
815940913b
Merge pull request #2113 from tschundler/master
...
Fix ordering in platformio_override.ini.sample
2021-08-03 22:17:43 +02:00