mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-02 07:27:42 +00:00
Merge pull request #6128 from bkmit/development
Increase temporary variable size to fit utf-8 strings
This commit is contained in:
commit
eb53dbf48d
@ -1115,7 +1115,7 @@ void HandleTemplateConfiguration(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
char stemp[20]; // Template number and Sensor name
|
char stemp[30]; // Template number and Sensor name
|
||||||
|
|
||||||
if (WebServer->hasArg("m")) {
|
if (WebServer->hasArg("m")) {
|
||||||
WSContentBegin(200, CT_PLAIN);
|
WSContentBegin(200, CT_PLAIN);
|
||||||
@ -1242,7 +1242,7 @@ void HandleModuleConfiguration(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
char stemp[20]; // Sensor name
|
char stemp[30]; // Sensor name
|
||||||
uint8_t midx;
|
uint8_t midx;
|
||||||
myio cmodule;
|
myio cmodule;
|
||||||
ModuleGpios(&cmodule);
|
ModuleGpios(&cmodule);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user