mirror of https://github.com/arendst/Tasmota.git
Revert wifi delay
This commit is contained in:
parent
2402f7cbd1
commit
e397c11e70
|
@ -216,7 +216,7 @@ void WifiBegin(uint8_t flag, uint8_t channel) {
|
|||
if (WiFi.getMode() != WIFI_AP_STA || !RgxApUp()) { // Preserve range extender connections (#17103)
|
||||
#endif // USE_WIFI_RANGE_EXTENDER
|
||||
WiFi.disconnect(true); // Delete SDK wifi config
|
||||
delay(10);
|
||||
delay(200);
|
||||
WifiSetMode(WIFI_STA); // Disable AP mode
|
||||
#ifdef USE_WIFI_RANGE_EXTENDER
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue