mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
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)
|
if (WiFi.getMode() != WIFI_AP_STA || !RgxApUp()) { // Preserve range extender connections (#17103)
|
||||||
#endif // USE_WIFI_RANGE_EXTENDER
|
#endif // USE_WIFI_RANGE_EXTENDER
|
||||||
WiFi.disconnect(true); // Delete SDK wifi config
|
WiFi.disconnect(true); // Delete SDK wifi config
|
||||||
delay(10);
|
delay(200);
|
||||||
WifiSetMode(WIFI_STA); // Disable AP mode
|
WifiSetMode(WIFI_STA); // Disable AP mode
|
||||||
#ifdef USE_WIFI_RANGE_EXTENDER
|
#ifdef USE_WIFI_RANGE_EXTENDER
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user