Fixed Alexa whites

This commit is contained in:
cschwinne
2020-03-25 00:59:48 +01:00
parent 53f09c0630
commit ed729c32d2
7 changed files with 61 additions and 50 deletions

View File

@@ -7,7 +7,6 @@
* @author Christian Schwinne
*/
//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).
//ESP8266-01 (black) has 1MB flash and can thus fit the whole program. Use 1M(64K SPIFFS).
@@ -119,7 +118,7 @@
#endif
//version code in format yymmddb (b = daily build)
#define VERSION 2003221
#define VERSION 2003222
char versionString[] = "0.9.1";