We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff6697 commit 00f5471Copy full SHA for 00f5471
CHANGELOG.md
@@ -1,8 +1,9 @@
1
## WLED changelog
2
3
-#### Build 2403290
+#### Build 2404040
4
- WLED 0.14.3 release
5
- Fix for transition 0 (#3854, #3832, #3720)
6
+- Fix for #3855 via #3873 (by @willmmiles)
7
8
#### Build 2403170
9
- WLED 0.14.2 release
wled00/wled.h
@@ -3,12 +3,12 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
- @version 0.14.2
+ @version 0.14.3
@author Christian Schwinne
*/
10
// version code in format yymmddb (b = daily build)
11
-#define VERSION 2403290
+#define VERSION 2404040
12
13
//uncomment this if you have a "my_config.h" file you'd like to use
14
//#define WLED_USE_MY_CONFIG
0 commit comments