mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 08:46:34 +00:00
Bump
This commit is contained in:
parent
0ab139cb24
commit
af6094bb06
@ -1,5 +1,12 @@
|
||||
## WLED changelog
|
||||
|
||||
#### Build 2402090
|
||||
- Added new Ethernet controller RGB2Go Tetra (duplicate of ESP3DEUXQuattro)
|
||||
- Usermod: httpPullLightControl (#3560 by @roelbroersma)
|
||||
- DMX: S2 & C3 support via modified ESPDMX
|
||||
- Bugfix: prevent cleaning of JSON buffer after a failed lock attempt (BufferGuard)
|
||||
- Product/Brand override (API & AP SSID) (#3750 by @moustachauve)
|
||||
|
||||
#### Build 2402060
|
||||
- WLED version 0.15.0-b1
|
||||
- Harmonic Random Cycle palette (#3729 by @dedehai)
|
||||
|
@ -3,12 +3,12 @@
|
||||
/*
|
||||
Main sketch, global variable declarations
|
||||
@title WLED project sketch
|
||||
@version 0.15.0-a0
|
||||
@version 0.15.0-b1
|
||||
@author Christian Schwinne
|
||||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2402060
|
||||
#define VERSION 2402090
|
||||
|
||||
//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