Test for arcane curses

This commit is contained in:
cschwinne
2021-03-25 20:00:31 +01:00
parent 1f4a15ee6b
commit 4264c2a173
7 changed files with 19 additions and 10 deletions

View File

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