made FW-Version same Format as FS.Version
This commit is contained in:
@@ -210,9 +210,7 @@ String processor(const String &var)
|
||||
return String(globals.systemStatustxt);
|
||||
if (var == "SW_VERSION")
|
||||
{
|
||||
char buffer[7];
|
||||
sprintf(buffer, "%d.%02d", SW_VERSION_MAJOR, SW_VERSION_MINOR);
|
||||
return String(buffer);
|
||||
return String(QUOTE(SW_VERSION));
|
||||
}
|
||||
if (var == "FS_VERSION")
|
||||
return String(globals.FlashVersion);
|
||||
|
Reference in New Issue
Block a user