mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-01 23:17:43 +00:00
Increase temporary variable size to fit utf-8 strings
This commit is contained in:
parent
f184f64e90
commit
bb632ae023
@ -1242,7 +1242,7 @@ void HandleModuleConfiguration(void)
|
||||
return;
|
||||
}
|
||||
|
||||
char stemp[20]; // Sensor name
|
||||
char stemp[30]; // Sensor name
|
||||
uint8_t midx;
|
||||
myio cmodule;
|
||||
ModuleGpios(&cmodule);
|
||||
|
Loading…
x
Reference in New Issue
Block a user