mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Remove networkStop
This commit is contained in:
parent
60fb4f759a
commit
2b44d2de81
@ -81,6 +81,7 @@ void IRAM_ATTR mdnsLoop(void)
|
||||
|
||||
void mdnsStop()
|
||||
{
|
||||
return;
|
||||
#if HASP_USE_MDNS > 0
|
||||
MDNS.end();
|
||||
#endif
|
||||
|
@ -73,7 +73,7 @@ static void wifiDisconnected(const char * ssid, uint8_t reason)
|
||||
wifiReconnectCounter++;
|
||||
|
||||
haspProgressVal(wifiReconnectCounter * 3);
|
||||
networkStop();
|
||||
// networkStop();
|
||||
|
||||
if(wifiReconnectCounter > 33) {
|
||||
Log.error(TAG_WIFI, F("Retries exceed %u: Rebooting..."), wifiReconnectCounter);
|
||||
|
Loading…
x
Reference in New Issue
Block a user