Fixed iOS LED settings

This commit is contained in:
cschwinne
2021-04-02 16:52:53 +02:00
parent 8755a9bcda
commit fbe866198d
6 changed files with 26 additions and 17 deletions

View File

@@ -3,12 +3,12 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
@version 0.12.0-b5
@version 0.12.0
@author Christian Schwinne
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2103300
#define VERSION 2103310
//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-b5");
WLED_GLOBAL char versionString[] _INIT("0.12.0");
#define WLED_CODENAME "Hikari"
// AP and OTA default passwords (for maximum security change them!)