Increase temporary variable size to fit utf-8 strings

This commit is contained in:
Bohdan Kmit 2019-07-23 23:59:23 +03:00
parent 6be708c8e2
commit f184f64e90
1 changed files with 1 additions and 1 deletions

View File

@ -1115,7 +1115,7 @@ void HandleTemplateConfiguration(void)
return;
}
char stemp[20]; // Template number and Sensor name
char stemp[30]; // Template number and Sensor name
if (WebServer->hasArg("m")) {
WSContentBegin(200, CT_PLAIN);