mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-02 07:27:42 +00:00
Increase temporary variable size to fit utf-8 strings
This commit is contained in:
parent
6be708c8e2
commit
f184f64e90
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user