We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95629f commit 662870bCopy full SHA for 662870b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## WLED changelog
2
3
+#### Build 2312290
4
+- Fix for #3622, #3613, #3609
5
+- Various tweaks and fixes
6
+- changelog update
7
+
8
#### Build 2312230
9
- Version bump: 0.14.1-b2
10
- Fix for Pixel Magic button
wled00/wled.h
@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
11
-#define VERSION 2312230
+#define VERSION 2312290
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