Added FPS indication in info

This commit is contained in:
cschwinne
2021-02-05 01:33:26 +01:00
parent 517a85f9e9
commit 0902b628f8
13 changed files with 712 additions and 686 deletions

View File

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