Will Tatam
03a9d9e56f
ledc changes for versions 2.X (based on ESP-IDF 4.4) to version 3.0 (based on ESP-IDF 5.1) - https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html
2025-08-16 12:05:41 +01:00
Will Tatam
1de8c2e79b
Remove local copy of MQTT and disable for now in build
2025-08-16 11:57:20 +01:00
Will Tatam
07ab6aa3ea
Rename Network to WLEDNetwork to prevent clash
2025-08-14 18:59:06 +01:00
Will Tatam
965e794094
Rename Network to WLEDNetwork to prevent clash
2025-08-14 18:25:39 +01:00
Damian Schneider
e3653baf74
Segment fixes ( #4811 )
...
* Pulling in proper segment memory handling&fixes from @blazoncek dev branch
2025-08-07 21:11:10 +02:00
Blaž Kristan
93e011d403
Merge pull request #4769 from wled/fix-4671
...
Add mDNS support for MQTT server
2025-08-02 23:15:58 +02:00
Blaž Kristan
374d90629d
Merge pull request #4768 from wled/fix-4268
...
Add mDNS resolution for network bus
2025-08-02 23:12:23 +02:00
Blaž Kristan
bfe5cd52e7
Merge pull request #4748 from wled/aOTA
...
Revert disable OTA logic & optional Arduino OTA
2025-08-02 23:11:37 +02:00
Damian Schneider
b76ef231fc
PS Bugfix: revert gamma correction for color, not brightness setting
2025-07-29 19:35:12 +02:00
netmindz
591dbe387c
Merge pull request #4780 from jasonsomers/main
...
Update settings_wifi.htm
2025-07-27 13:52:31 +01:00
Will Tatam
e5ba97bbe2
Prevent crash during blend if led init fails, https://github.com/wled/WLED/issues/4782
2025-07-27 13:15:42 +01:00
Damian Schneider
ab5b6f9b7d
fix change that got lost
2025-07-24 18:30:51 +02:00
Damian Schneider
4fd1b393a8
Bugfix in Aurora FX and fixed compiler warning in PS Impact
2025-07-24 18:27:03 +02:00
Damian Schneider
e2f5becdd0
Bugfixes in FX data allocation ( #4783 )
...
- Bugfixes in FX data allocation: realloc was not handled properly.
- Added *intermediate* fix for waitForIt(), see https://github.com/wled/WLED/issues/4779
- Bugfix in 1D->2D expansions: corner-expansion MUST be boundary checked as it blindly writes the max dimension
- removed some realloc(), improving fragmentation on large setups
- increased min heap constant
- ESP32 C3 has no PSRAM, it now uses default alloc functions
- also added missing UI info for "Error 7"
2025-07-23 06:42:06 +02:00
Damian Schneider
71301ddc57
using segment buffer instead of local buffer for PS ( #4776 )
...
- using segment buffer instead of local buffer to save FX ram
- fix rendering if gamma correction is disabled
- some code cleanup
- Fix for low RAM: reduce number of particles dynamically
- updated add and scale color functions to not use references
- FPS is now more consistent and on average about 15% faster
2025-07-22 22:26:13 +02:00
Blaž Kristan
c30c7e1da5
Merge pull request #4763 from wled/fix-parallel-i2s-selection
...
Prevent parallel I2S use if different LED types are used.
2025-07-22 11:14:55 +02:00
Jason Somers
806163f1ed
Merge branch 'wled:main' into main
2025-07-17 22:13:01 -04:00
Blaž Kristan
ecc3eae247
Revert status message change
2025-07-16 11:18:04 +02:00
Blaž Kristan
07e303bcc1
Remove anything behind .local and ignore case
2025-07-15 13:37:45 +02:00
Blaž Kristan
24f2306129
Strip .local from mDNS resolution
2025-07-15 10:33:09 +02:00
Blaž Kristan
79b3bc2573
Add mDNS support for MQTT server
...
- fixes wled#4671
- reduce some topic string parsing
- moves LWT into onConnect
2025-07-12 19:04:21 +02:00
Blaz Kristan
e7157e542a
Add mDNS resolution for network bus
2025-07-12 18:44:38 +02:00
Blaž Kristan
a24420ae70
Fix #4268
2025-07-12 18:18:49 +02:00
Damian Schneider
b7bfd6fc67
Copy Segment FX ( #4124 )
...
* Added FX to copy a segment in 1D or 2D
- copies the source segment
- brightness of segment is relative to source segment
- optionally shifts the color hue, saturation and brightness
- invert, transpose, mirror work
- if source or targets do not match in size, smallest size is copied
- unused pixels fade to black (allows overlapping segments)
- if invalid source ID is set, segment just fades to black
- added a rgb2hsv conversion function as the fastled variant is inaccurate and buggy
- 1D to 2D and vice versa are supported
2025-07-12 07:40:18 +02:00
Will Miles
9569ec7ccf
bus_wrapper: Update comments to reflect RMT usage
2025-07-09 16:28:22 -04:00
Will Miles
61990189de
bus_wrapper: Use parallel I2S first when enabled
2025-07-09 10:31:00 -04:00
Will Miles
c0875b36bb
Merge pull request #4712 from willmmiles/2d-expansion-fadeout-fix
...
Fix Segment::fade_out for 2d expansion
2025-07-09 09:11:27 -04:00
Blaž Kristan
929a5a8d80
Fix for wled#4759
2025-07-08 13:28:24 +02:00
Blaž Kristan
d7d1e929fe
Fix color conversion bug for parallel I2S output
...
- fixes wled#4719
2025-07-05 22:32:44 +02:00
netmindz
2c1cf87e08
Merge pull request #4499 from Christanoid/main
...
Fixed UDP Realtime streaming in DNRGBW Mode
2025-07-03 00:30:27 +01:00
Blaž Kristan
e6716fe834
PICO-V3 detection
...
- requires V4 environment
2025-07-01 10:22:49 +02:00
Blaž Kristan
fc0d64ec78
Fix for #4752
2025-07-01 10:17:17 +02:00
Damian Schneider
cc81cc27b0
enhancement & bugfixes in scrolling text ( #4742 )
...
* enhancement & bugfixes in scrolling text
- function now evaluates full string: allows custom text plus multiple tokens in any order
- fixed evaluation order to prevent early exit(s)
- fixed day strings (argument must be weekday() )
2025-06-28 09:42:52 +02:00
Blaz Kristan
6a5dcb3a76
More OTA UI tweaks
2025-06-26 15:46:23 +02:00
Blaz Kristan
796494e925
Tweaks in OTA UI
...
- added OTA section toggle
- added ignore upload
- fix for missing "NoXXX" ID
- rely on 404 for /dmxmap
2025-06-26 11:41:03 +02:00
Blaz Kristan
7973fd84f1
Revert disable OTA & optional Arduino OTA
...
- new compile flag WLED_ENABLE_AOTA
- modify WLED_CONNECTED macro
- bugfix in Network isConnected() when static IP is set
2025-06-25 11:23:13 +02:00
Blaž Kristan
66869f8341
Merge pull request #4744 from wled/CCT-fix
...
CCT fix
May require some additional optimisations in the future to reduce unnecessary memory allocations (i.e. mixed CCT and non CCT buses).
2025-06-24 11:15:16 +02:00
Blaž Kristan
10d1098403
Fix comment
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-24 11:08:10 +02:00
Blaz Kristan
a041fd1266
Fix #4747
2025-06-24 11:00:04 +02:00
Blaz Kristan
e2fd1559d2
Optimise CCT buffer
2025-06-20 20:53:41 +02:00
Blaz Kristan
9dbd5f89b6
Tackle CCT issue caused by segment blending
...
- wled#4734
2025-06-20 20:53:24 +02:00
Blaž Kristan
0f00c95aba
Merge pull request #4700 from wled/secure-ota
...
Securing OTA update
2025-06-20 20:05:11 +02:00
ingDIY
3f03cb4d2b
WLED_DISABLE_2D does not compile ( #4736 )
...
the compilation fails with tons of errors if you try to compile using WLED_DISABLE_2D
"message": "enclosing class of constexpr non-static member function 'bool Segment::is2D() const' is not a literal type",
"LineNumber": 766,
2025-06-20 15:42:23 +02:00
Damian Schneider
05557ca790
Bugfix: convert cctBlend value back to "%" for UI ( #4737 )
...
* Bugfix: convert cctBlend value back to "%" for UI
2025-06-20 10:55:53 +02:00
Damian Schneider
a53baa9b42
fix for https://github.com/wled/WLED/issues/4488 ( #4692 )
...
virtual strip index is added even if strip is 1D. this change fixes FX using virtual strips not working when WLED_DISABLE_2D is used.
2025-06-19 16:56:52 +02:00
Will Miles
3a413a59ba
Merge pull request #4713 from willmmiles/parallel-i2s-ui-missing
...
Update crude parallel I2S detection
2025-06-14 15:25:18 -04:00
Will Miles
16a88775c3
Revert changes to blur()
...
No need to rely on a sufficiently smart compiler.
2025-06-14 15:21:12 -04:00
netmindz
728b1e8ad4
Merge pull request #4723 from DedeHai/Flow_Stripe_FX_fix
...
Fixed "Flow Stripe" FX and added palette support
2025-06-14 20:20:30 +01:00
Damian Schneider
05f0630b9c
add inverse gamma 32 function and fix colors in pride ( #4722 )
...
* add inverse gamma 32 function and fix for colors in pride
2025-06-11 08:30:25 +02:00
Damian Schneider
ea231cbea8
Fixed "Flow Stripe" FX and added palette support
2025-06-10 19:29:53 +02:00