diff --git a/sonoff/xdrv_01_webserver.ino b/sonoff/xdrv_01_webserver.ino index 6440d6370..66e043ecf 100644 --- a/sonoff/xdrv_01_webserver.ino +++ b/sonoff/xdrv_01_webserver.ino @@ -788,7 +788,7 @@ void WSContentSendStyle(void) void WSContentButton(uint8_t title_index) { char action[4]; - char title[32]; + char title[64]; if (title_index <= BUTTON_RESET_CONFIGURATION) { char confirm[64]; @@ -1489,7 +1489,7 @@ void HandleLoggingConfiguration(void) WSContentStart_P(S_CONFIGURE_LOGGING); WSContentSendStyle(); WSContentSend_P(HTTP_FORM_LOG1); - char stemp1[32]; + char stemp1[45]; char stemp2[32]; uint8_t dlevel[3] = { LOG_LEVEL_INFO, LOG_LEVEL_INFO, LOG_LEVEL_NONE }; for (uint8_t idx = 0; idx < 3; idx++) { diff --git a/sonoff/xdrv_07_domoticz.ino b/sonoff/xdrv_07_domoticz.ino index 2d7ceb8e0..85980028e 100644 --- a/sonoff/xdrv_07_domoticz.ino +++ b/sonoff/xdrv_07_domoticz.ino @@ -455,7 +455,7 @@ void HandleDomoticzConfiguration(void) return; } - char stemp[32]; + char stemp[40]; WSContentStart_P(S_CONFIGURE_DOMOTICZ); WSContentSendStyle();