Odstraneny zbytecny vypis timeoutu.

This commit is contained in:
Pavel Brychta 2018-11-20 16:57:26 +01:00
parent dc8aa8890d
commit 3a8ffdcd01

View File

@ -382,11 +382,6 @@ void WiFiConfig::_handleInfo(void)
reply.concat(buff); reply.concat(buff);
#endif #endif
reply.concat(F("<TR><TD>Timeout:<TD>"));
reply.concat(_timeout);
reply.concat(F("/"));
reply.concat(_time);
#if defined(ESP8266) #if defined(ESP8266)
uint8_t stations = wifi_softap_get_station_num(); uint8_t stations = wifi_softap_get_station_num();