You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wled00/wled.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
/*
4
4
Main sketch, global variable declarations
5
5
@title WLED project sketch
6
-
@version 0.10.0p
6
+
@version 0.10.0
7
7
@author Christian Schwinne
8
8
*/
9
9
10
10
// version code in format yymmddb (b = daily build)
11
-
#defineVERSION2005020
11
+
#defineVERSION2005030
12
12
13
13
// ESP8266-01 (blue) got too little storage space to work with all features of WLED. To use it, you must use ESP8266 Arduino Core v2.4.2 and the setting 512K(No SPIFFS).
0 commit comments