yoversion

This commit is contained in:
e2002
2022-12-09 11:23:26 +03:00
parent 6914792989
commit b7ce2a98c7
5 changed files with 5 additions and 5 deletions

View File

@@ -599,7 +599,7 @@ void NetServer::requestOnChange(requestType_e request, uint8_t clientId) {
}
String processor(const String& var) { // %Templates%
if (var == "VERSION") return VERSION;
if (var == "VERSION") return YOVERSION;
return String();
}