this looks a bit nicer

This commit is contained in:
Frank
2022-12-04 18:31:10 +01:00
parent 676cc26171
commit 4eaa2b2d17
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ void WLED::setup()
USER_PRINT(VERSION);
USER_PRINTLN(F(" INIT---"));
#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
#ifdef ARDUINO_ARCH_ESP32

View File

@@ -8,7 +8,7 @@
*/
// 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
//#define WLED_USE_MY_CONFIG