0.12 beta

This commit is contained in:
cschwinne
2021-03-20 18:43:05 +01:00
parent eee2450c9e
commit 8a2256e0d8
20 changed files with 2134 additions and 2225 deletions

View File

@@ -3,12 +3,12 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
@version 0.12.0-a0
@version 0.12.0-b0
@author Christian Schwinne
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2103130
#define VERSION 2103200
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG
@@ -179,7 +179,7 @@
#endif
// Global Variable definitions
WLED_GLOBAL char versionString[] _INIT("0.12.0-a0");
WLED_GLOBAL char versionString[] _INIT("0.12.0-b0");
#define WLED_CODENAME "Hikari"
// AP and OTA default passwords (for maximum security change them!)