Blaz Kristan
8a30c6347e
Remove error Toast after 10s.
2022-02-02 21:03:26 +01:00
Blaz Kristan
09bcf34050
Non-effect preset should not unload playlist.
2022-02-02 20:53:16 +01:00
Blaz Kristan
d31271fee3
Minor fixes:
...
- optimized setPixelSegment()
- moved extractModeName() to util.cpp
- optimized extractModeName()
- removed SR extensions from /json/effects endpoint (compatibility estabished)
2022-01-31 20:35:11 +01:00
Blaz Kristan
026a53f3ff
Bugfix for expanding timed presets.
...
Removed AsyncWebServer callbacks (string replace).
2022-01-28 16:31:28 +01:00
Blaz Kristan
599c7919ce
Merge branch 'master' into dev
2022-01-27 21:15:35 +01:00
Blaz Kristan
778b601cd5
Playlist bugfix.
2022-01-27 21:01:03 +01:00
Blaz Kristan
3170fa2208
Playlist bugfix.
2022-01-27 21:00:43 +01:00
Blaz Kristan
07216db864
Merge branch 'master' of https://github.com/aircoookie/WLED
2022-01-27 19:26:56 +01:00
Blaz Kristan
fec870f264
Fix for default action not triggering colorUpdated
2022-01-27 19:26:53 +01:00
Blaz Kristan
4518f089cc
Missing settings page.
2022-01-27 16:37:49 +01:00
cschwinne
2c5eba335f
Added white channel to Peek ( closes #1716 )
2022-01-26 13:26:57 +01:00
Mike Ryan
fb19f1ecbc
Allow overriding of color order by LED pixel range. ( #2463 )
...
* Overridable color order
- Use `ColorOrderMap` to hold optional color order overrides for ranges
of LEDs.
- Serialization of config to/from filesystem is complete.
- Back-end configuration is complete.
- TODO: front-end changes to the LED settings page.
* Add Color order override settings
- Adds color order override section to settings page.
* PR Feedback
- Limit max number of color order overrides to 5 on ESP8266
- Only append color overrides if they were provided in the POST of LED
settings.
2022-01-26 00:42:04 +01:00
Blaz Kristan
91dd03ba67
Merge fix.
...
Increased JSON buffer for ESP32
2022-01-25 21:24:17 +01:00
Blaz Kristan
86092541ed
Merge branch 'master' into dev
2022-01-25 17:53:22 +01:00
Blaž Kristan
e879fe5843
Remove obsolete usermods. ( #2510 )
2022-01-25 16:42:35 +01:00
Blaž Kristan
0ca7699fe5
Merge pull request #2427 from Aircoookie/sync-seg
...
Sync segment options.
2022-01-25 12:54:24 +01:00
Blaž Kristan
7f6adfa331
Converted indentation tabs to spaces.
2022-01-25 12:47:14 +01:00
cschwinne
5f0b102671
Send segment ID, start, stop, and cct
2022-01-24 18:31:05 +01:00
Blaz Kristan
70a59daa6f
Fix for incorrect repeatable segment.
2022-01-24 17:18:57 +01:00
cschwinne
d28eb6ae21
Repeat other seg than 0 bugfix
2022-01-24 16:44:47 +01:00
Blaž Kristan
34865f797f
Factory reset on very long press.
2022-01-24 14:20:21 +01:00
André Klitzing
eca980dfca
Add initial support for ESP32-C3 ( #2454 )
...
* WIP Add support for ESP32-C3
* Add esp32c3 to default_envs
* Use new platform from tasmota
* Switch back to 2.8.1 as it seems by fixed
2022-01-24 11:34:02 +01:00
Jason2866
742c792ec7
Use latest Arduino ESP32 ( #2502 )
...
build with IDF44-rc1 and Arduino from 21.01.2022. Toolchains updated to 8.4.0 2021r2-patch2
The platform can be used for ESP32, ESP32-S2 and ESP32-C3
2022-01-24 11:28:49 +01:00
Blaž Kristan
24a5f7a38e
Fix for colorUpdated() on button 1 press.
2022-01-24 07:41:35 +01:00
Blaz Kristan
554949102b
Build bump.
2022-01-23 11:45:18 +01:00
Blaz Kristan
0f3b95802d
UI tweaks.
2022-01-23 11:43:39 +01:00
Blaz Kristan
868910fddf
Merge branch '4ld-font' into color-order-mapping
2022-01-23 11:14:19 +01:00
Blaz Kristan
436542eff8
Slidercontrol fix.
2022-01-23 11:13:50 +01:00
Blaz Kristan
f4c05c67a2
Minor tweak.
2022-01-22 23:35:00 +01:00
Blaz Kristan
6f7f67df5a
Merge branch '4ld-font' into color-order-mapping
2022-01-22 23:20:47 +01:00
Blaz Kristan
50b6163e73
Merge branch 'color-order-mapping' of https://github.com/justfalter/WLED into color-order-mapping
2022-01-22 23:19:59 +01:00
Blaž Kristan
9b062f33c5
Merge pull request #2450 from frankalicious/patch-1
...
fix name of image for ST7789 usermod
2022-01-22 23:07:15 +01:00
Blaž Kristan
ea15c2245e
Merge pull request #2497 from herm/usermod_multirelay
...
Add Home Assisant MQTT autodiscovery for usermod multi_relay.
2022-01-22 22:57:24 +01:00
Blaz Kristan
beb539abaf
Resizing window fix.
2022-01-22 21:45:47 +01:00
Blaz Kristan
6dd1d45a02
Added config option for HA autodiscovery.
2022-01-22 20:59:51 +01:00
Blaz Kristan
26ae6d3691
Added config option for HA autodiscovery.
2022-01-22 20:49:43 +01:00
Blaz Kristan
90ea01aa46
Possible fix for UI not loading on returning from Settings.
2022-01-22 13:54:17 +01:00
Blaz Kristan
6c52105ac7
Restore original behavior for button 0.
2022-01-21 21:24:49 +01:00
cschwinne
f97bc9dba8
Fix DMX menu settings item
2022-01-21 20:35:30 +01:00
Blaz Kristan
3332375d7c
A few fixes.
...
Added HA autodiscovery to Multi relay usermod.
2022-01-21 17:30:52 +01:00
Blaz Kristan
fe6b1c13c4
Periodic broadcasts.
2022-01-21 16:08:02 +01:00
Blaz Kristan
5608425a12
Added comments.
...
Fix for incorrect boot state.
2022-01-21 15:55:25 +01:00
cschwinne
f784b01d20
Update year
2022-01-21 01:48:50 +01:00
Hermann Kraus
2648eba5bf
Deprecate usermod mqtt_switch. ( #2499 )
2022-01-20 23:31:28 +01:00
Blaz Kristan
255347ab77
Minor clenup.
2022-01-20 17:38:18 +01:00
Hermann Kraus
52c36ef6a4
Add Home Assisant MQTT autodiscovery for usermod multi_relay.
2022-01-20 00:30:17 +01:00
Blaz Kristan
ed2e083d13
Added button 0 doubleclick for net info.
2022-01-19 22:15:08 +01:00
Blaz Kristan
80f7c5ed9d
Added CCT to rotary encoder.
2022-01-19 20:39:00 +01:00
Blaz Kristan
8d33cbeaca
Fix for effect not being applied using rotary encoder.
2022-01-19 16:53:21 +01:00
Blaz Kristan
b0b8bc7385
Dynamic vcomh fix.
...
New parameter autosave.
2022-01-18 20:29:41 +01:00