mirror of
https://github.com/wled/WLED.git
synced 2025-07-22 10:16:32 +00:00
Build bump, changelog udate
This commit is contained in:
parent
bff6697690
commit
00f5471270
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user