Build bump, changelog udate

This commit is contained in:
Blaz Kristan 2024-04-04 21:59:41 +02:00
parent bff6697690
commit 00f5471270
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
## WLED changelog ## WLED changelog
#### Build 2403290 #### Build 2404040
- WLED 0.14.3 release - WLED 0.14.3 release
- Fix for transition 0 (#3854, #3832, #3720) - Fix for transition 0 (#3854, #3832, #3720)
- Fix for #3855 via #3873 (by @willmmiles)
#### Build 2403170 #### Build 2403170
- WLED 0.14.2 release - WLED 0.14.2 release

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.14.2 @version 0.14.3
@author Christian Schwinne @author Christian Schwinne
*/ */
// version code in format yymmddb (b = daily build) // version code in format yymmddb (b = daily build)
#define VERSION 2403290 #define VERSION 2404040
//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