mirror of https://github.com/arendst/Tasmota.git
Update support_wifi.ino
Correct inifinite loop as timeout would never trigger
This commit is contained in:
parent
6ab6708c34
commit
be74a768fb
|
@ -228,10 +228,10 @@ void WifiBegin(uint8_t flag, uint8_t channel)
|
|||
AddLog_P(LOG_LEVEL_INFO, PSTR(D_LOG_WIFI "Got IPv6 global address %s"), addr.toString().c_str());
|
||||
break; // IPv6 is mandatory but stop after 15 seconds
|
||||
}
|
||||
}
|
||||
delay(500); // Loop until real IPv6 address is aquired or too many tries failed
|
||||
cfgcnt++;
|
||||
}
|
||||
}
|
||||
#endif // LWIP_IPV6=1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue