ChuckMash
22fbb0e35b
Update wled_serial.cpp
...
Adds serial functionality
Can now change baud rate during runtime to be faster
Retrieve LED strip data as JSON blob
Retrieve LED strip data as BYTES (fast!)
2022-01-28 23:35:40 -08:00
Blaz Kristan
026a53f3ff
Bugfix for expanding timed presets.
...
Removed AsyncWebServer callbacks (string replace).
2022-01-28 16:31:28 +01:00
Blaž Kristan
e17203ca1b
Fix for expand timed presets.
2022-01-28 13:51:52 +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
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
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
Blaz Kristan
beb539abaf
Resizing window fix.
2022-01-22 21:45:47 +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
cschwinne
f784b01d20
Update year
2022-01-21 01:48:50 +01:00
Blaz Kristan
ed2e083d13
Added button 0 doubleclick for net info.
2022-01-19 22:15:08 +01:00
Blaz Kristan
65bb7fd533
Delay for ESP8266 to keep up.
2022-01-16 22:08:57 +01:00
Blaz Kristan
b0c40e1e37
Color change tracking. Minor fixes.
2022-01-15 21:15:37 +01:00
Blaz Kristan
e54819e7e5
Merge branch 'master' into sync-seg
2022-01-15 14:08:08 +01:00
Blaz Kristan
7eb029dcb6
Complete segment syncing.
...
Reduced complexity of colorUpdated regarding effect/color change.
Minor optimizations.
2022-01-15 14:04:16 +01:00
Blaz Kristan
3da70c3e8b
Full segment syncing.
...
- removed setEffectConfig()
- rate limit handleNightlight()
- fixes in colorUpdated()
- segment color fix in UDP routine
2022-01-15 00:06:06 +01:00
André Klitzing
f8c80283e4
Use arduino-esp32 2.0.2 for ESP32-S2 ( #2452 )
...
* Use arduino-esp32 2.0.2 for ESP32-S2
LittleFS is merged into it.
* Fix filesystem error for ESP32-S2
Use platform of tasmota until upstream released it and
use board_build.flash_mode = qio
* Fix empty disk usage
* Add esp32s2_saola to default_envs
* Remove lorol LITTLEFS for esp32dev, too
* Revert "Remove lorol LITTLEFS for esp32dev, too"
This reverts commit 3586d5eef7
.
2022-01-14 17:19:33 +01:00
Blaz Kristan
72a6681ac1
Merge branch 'full-seg-sync' of github.com:blazoncek/WLED into full-seg-sync
2022-01-14 15:01:34 +01:00
Blaž Kristan
1ab555b590
Cleaning colorUpdated() & UDP segment syncing.
...
Added selected segments only save.
2022-01-14 14:27:11 +01:00
Blaz Kristan
4602ec7688
Merge branch 'dev' into full-seg-sync
2022-01-13 20:07:08 +01:00
Mike Ryan
5c39d8d12e
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-13 09:06:01 -06:00
Blaz Kristan
c8b1654e0a
Some fixes and new slider values.
2022-01-12 21:48:34 +01:00
Blaz Kristan
0400d0e0f0
Additional sliders.
2022-01-12 21:35:10 +01:00
Blaz Kristan
4040f6bec6
Merge branch 'dev' into full-seg-sync
2022-01-12 16:31:44 +01:00
Blaz Kristan
a4a3aa045b
A few more slider values added.
2022-01-12 15:45:32 +01:00
Blaz Kristan
a5a18903c7
Merge branch 'dev' into full-seg-sync
2022-01-12 15:15:34 +01:00
Blaz Kristan
6990986d9f
Bootloop fix for ALT 4LD.
2022-01-11 21:58:05 +01:00
Blaz Kristan
06ded0098c
Aurora speed change.
...
Fix for Palette title.
2022-01-10 19:00:44 +01:00
Blaz Kristan
f1fbea30f1
Some slider values & defaults.
2022-01-10 18:42:09 +01:00
Blaž Kristan
04f5bdb843
Fix for NTP sync on millis() rollover.
...
AP mode delay on boot (#2242 ).
2022-01-10 13:53:11 +01:00
Blaž Kristan
d29283ff21
WIP: segment size in UDP
2022-01-10 09:03:36 +01:00
Blaz Kristan
f66d847032
Fix for missing character in slider name.
2022-01-09 21:03:57 +01:00
Blaz Kristan
aba4dc7c50
Bugfix for analog button read limitation.
2022-01-09 15:13:58 +01:00
Blaz Kristan
99d0c5e2c6
Fix for bugfix. :)
...
Reduced millis() calls.
2022-01-09 15:13:33 +01:00
Blaz Kristan
fa55b94528
Bugfix for analog button read limitation.
2022-01-09 15:01:16 +01:00
cschwinne
7fb46cf982
WIP: Segment loop size byte
2022-01-09 14:16:07 +01:00
Blaz Kristan
523752b263
Merge branch 'dev' into full-seg-sync
2022-01-09 00:03:41 +01:00
Blaz Kristan
7df4b8e8cc
Sync bugfix (preset, playlist)
...
PIR sensor bugfix.
2022-01-08 23:53:55 +01:00
Blaz Kristan
7a4ed5a337
UI bugfix.
2022-01-08 12:45:32 +01:00
Blaz Kristan
ec37085e39
Bugfix for nodes button.
2022-01-08 00:04:56 +01:00
Blaz Kristan
61e1e2729d
Fix uspIn and mode
2022-01-08 00:04:02 +01:00
Blaz Kristan
ae8281f835
error in udpIn
2022-01-07 21:16:14 +01:00
Blaž Kristan
d2c92781c8
Full segment UDP syncing.
2022-01-07 19:18:16 +01:00
Blaž Kristan
fa35293618
Full segment syncing.
2022-01-07 19:12:06 +01:00
Blaž Kristan
20ccca0aec
Swapped grouping and spacing in UDP packet.
2022-01-07 17:53:07 +01:00
Blaž Kristan
10e216da6b
Fix for missing middle segment.
2022-01-07 17:48:46 +01:00
Blaž Kristan
6491353a57
Missing rptSeg()
2022-01-07 17:31:28 +01:00
Blaz Kristan
e1deb48121
Optimizing simple UI
...
- no longer hiding brightness
- cleaner look
2022-01-06 22:21:38 +01:00
Blaz Kristan
acc21e3b43
Minor simple UI fix and cleanup.
2022-01-04 19:33:27 +01:00
Blaz Kristan
41a6726beb
Polish simpified UI
2022-01-04 17:58:36 +01:00
Blaz Kristan
816823b115
Simple UI update.
2022-01-03 22:37:21 +01:00
Blaz Kristan
b6059939b4
Bugfix for applying WIN API in JSON request.
...
Added preset cycling in rotary encoder.
Removed custom font from 4LD in favor of built-in.
2022-01-03 22:23:03 +01:00
Mike Ryan
b8e23b2d7e
Add Color order override settings
...
- Adds color order override section to settings page.
2022-01-02 18:51:00 -06:00
Mike Ryan
a06846fa74
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.
2022-01-02 18:24:12 -06:00
cschwinne
33f72e40da
Replace icon unavailable on some mobile browsers
2022-01-02 18:06:42 +01:00
Blaz Kristan
e8b2d80037
Minor code optimizations.
2022-01-02 14:27:24 +01:00
Blaz Kristan
1e947a34a8
Merge branch 'master' into dev
2022-01-01 16:36:06 +01:00
Blaz Kristan
8386b9a0b4
Removed dynamic JSON buffer entirely.
...
Temporary presets in RAM (ESP32)
Async loading of presets (stability).
Other minor fixes.
Bumped version to 0.13.1-bl6
2022-01-01 12:52:50 +01:00
Blaž Kristan
18868a5bd6
Date controlled timed presets. ( #2447 )
...
* Date controlled timed presets.
* C/P fix for sunset.
* Fixed % escape character
* Date range support
* Date logic fix
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2021-12-31 14:09:48 +01:00
Christian Schwinne
754682577c
Configurable framerate ( #2444 )
...
Updated arduino core versions
Better performance on esp32 core 3.x due to IRAM_ATTR
Fixed analog busses init to full white/on
2021-12-30 01:48:27 +01:00
Blaz Kristan
603dee7661
Apply FX defaults fix.
...
ALT 4LD optimizations.
2021-12-29 19:12:30 +01:00
Blaz Kristan
2a27cc46e2
Added forcing NTP update on Time¯o save.
2021-12-29 17:03:03 +01:00
Blaz Kristan
a9a06a1e4e
Fix for NTP sync on millis() rollover.
2021-12-29 15:09:33 +01:00
Blaz Kristan
5f73725b8f
Yet naother fix.
2021-12-28 22:14:47 +01:00
Blaz Kristan
7cb63b1da0
Fix for default values loaded even with preset.
2021-12-28 21:38:28 +01:00
Blaz Kristan
31603380c1
Bugfix autosegments & solid pattern
2021-12-28 18:53:30 +01:00
Blaz Kristan
5a3d3b0324
Default values for effects.
...
Moved mode names to FX_fcn.cpp
2021-12-28 18:09:52 +01:00
Blaz Kristan
eac5340b03
Merge branch 'configurable-fps' of https://github.com/aircoookie/WLED into dev
2021-12-26 11:59:22 +01:00
Blaz Kristan
36b196dd93
Date controlled timed presets.
2021-12-25 18:46:43 +01:00
cschwinne
549dcd32ca
Configurable framerate
...
Updated arduino core versions
Better performance on esp32 core 3.x due to IRAM_ATTR
Fixed analog busses init to full white/on
2021-12-25 01:30:27 +01:00
Blaz Kristan
a59f56d852
LAT/LON helper for Samsung devices.
2021-12-23 20:37:22 +01:00
Blaz Kristan
2c14181051
LAT/LON helper for Samsung devices.
2021-12-23 20:32:45 +01:00
Blaz Kristan
c2b9e06a4a
Color slot selection glitch fix.
2021-12-22 23:04:58 +01:00
Blaz Kristan
296fe4b62e
Unload playlist on timed presets.
2021-12-21 22:46:06 +01:00
Blaz Kristan
cb4c736fab
Bugfix galore.
2021-12-21 20:43:49 +01:00
Blaz Kristan
118f02fd11
Unload playlist on timed presets.
2021-12-21 18:47:21 +01:00