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