mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
Bump
This commit is contained in:
parent
0ab139cb24
commit
af6094bb06
@ -1,5 +1,12 @@
|
|||||||
## WLED changelog
|
## 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
|
#### Build 2402060
|
||||||
- WLED version 0.15.0-b1
|
- WLED version 0.15.0-b1
|
||||||
- Harmonic Random Cycle palette (#3729 by @dedehai)
|
- Harmonic Random Cycle palette (#3729 by @dedehai)
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
/*
|
/*
|
||||||
Main sketch, global variable declarations
|
Main sketch, global variable declarations
|
||||||
@title WLED project sketch
|
@title WLED project sketch
|
||||||
@version 0.15.0-a0
|
@version 0.15.0-b1
|
||||||
@author Christian Schwinne
|
@author Christian Schwinne
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// 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
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user