made FW-Version same Format as FS.Version

This commit is contained in:
2022-08-28 23:27:01 +02:00
parent b9f658b111
commit f9498dac7d
3 changed files with 3 additions and 6 deletions

View File

@@ -327,7 +327,7 @@ void RemotDebug_printSystemInfo()
: "UNKNOWN"));
debugA("OTA-Pass: %s", QUOTE(ADMIN_PASSWORD));
debugA("Git-Revison: %s", GIT_REV);
debugA("Sw-Version: %d.%02d", SW_VERSION_MAJOR, SW_VERSION_MINOR);
debugA("Sw-Version: %s", QUOTE(SW_VERSION));
}
void RemoteDebug_dumpConfig()