This commit is contained in:
Blaz Kristan 2024-02-09 22:58:11 +01:00
parent 0ab139cb24
commit af6094bb06
2 changed files with 9 additions and 2 deletions

View File

@ -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)

View File

@ -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