Increase temporary variable size to fit utf-8 strings

This commit is contained in:
Bohdan Kmit 2019-07-24 00:19:27 +03:00
parent f184f64e90
commit bb632ae023
1 changed files with 1 additions and 1 deletions

View File

@ -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);