0.12.0 Beta 5 (fixes #1837)

This commit is contained in:
cschwinne
2021-03-30 02:04:02 +02:00
parent 4a1ecc7b72
commit 8755a9bcda
9 changed files with 24 additions and 63 deletions

View File

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