this looks a bit nicer
This commit is contained in:
@@ -286,7 +286,7 @@ void WLED::setup()
|
|||||||
USER_PRINT(VERSION);
|
USER_PRINT(VERSION);
|
||||||
USER_PRINTLN(F(" INIT---"));
|
USER_PRINTLN(F(" INIT---"));
|
||||||
#ifdef WLED_RELEASE_NAME
|
#ifdef WLED_RELEASE_NAME
|
||||||
USER_PRINTF("WLEDMM_%s %s\n", versionString, releaseString); // WLEDMM specific
|
USER_PRINTF(" WLEDMM_%s %s, build %s.\n", versionString, releaseString, TOSTRING(VERSION)); // WLEDMM specific
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARDUINO_ARCH_ESP32
|
#ifdef ARDUINO_ARCH_ESP32
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2212041
|
#define VERSION 2212042
|
||||||
|
|
||||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
|||||||
Reference in New Issue
Block a user