mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
Build bump & changlog update
This commit is contained in:
parent
b305fd8865
commit
99a7bece2e
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,5 +1,28 @@
|
||||
## WLED changelog
|
||||
|
||||
#### Build 2403070
|
||||
- Add additional segment options when controlling over e1.31 (#3616 by @demophoon)
|
||||
- LockedJsonResponse: Release early if possible (#3760 by @willmmiles)
|
||||
- Update setup-node and cache usermods in wled-ci.yml (#3737 by @WoodyLetsCode)
|
||||
- Fix preset sorting (#3790 by @WoodyLetsCode)
|
||||
- compile time button configuration #3792
|
||||
- remove IR config if not compiled
|
||||
- additional string optimisations
|
||||
- Better low brightness level PWM handling (fixes #2767, #2868)
|
||||
|
||||
#### Build 2402290
|
||||
- Multiple analog button fix for #3549
|
||||
- Preset caching on chips with PSRAM (credit @akaricchi)
|
||||
- Fixing stairway usermod and adding buildflags (by @lost-hope)
|
||||
- ESP-NOW packet modification
|
||||
- JSON buffer lock error messages / Reduce wait time for lock to 100ms
|
||||
- Reduce string RAM usage for ESP8266
|
||||
- Fixing a potential array bounds violation in ESPDMX
|
||||
- Move timezone table to PROGMEM (#3766 by @willmmiles)
|
||||
- Reposition upload warning message. (fixes #3778)
|
||||
- ABL display fix & optimisation
|
||||
- Add virtual Art-Net RGBW option (#3783 by @shammy642)
|
||||
|
||||
#### Build 2402090
|
||||
- Added new Ethernet controller RGB2Go Tetra (duplicate of ESP3DEUXQuattro)
|
||||
- Usermod: httpPullLightControl (#3560 by @roelbroersma)
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2402290
|
||||
#define VERSION 2403070
|
||||
|
||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||
//#define WLED_USE_MY_CONFIG
|
||||
|
Loading…
x
Reference in New Issue
Block a user