Odstraneny zbytecny vypis timeoutu.
This commit is contained in:
		@@ -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();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user