1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Revert "WiFiSTA - allow using DHCP again after disconnecting static IP (#9020)" (#9028)

This reverts commit 0c599ee0dc.
This commit is contained in:
Juraj Andrássy
2023-11-13 00:26:16 +01:00
committed by GitHub
parent ee953737dd
commit 5e0ed3a38b

View File

@ -423,8 +423,6 @@ bool ESP8266WiFiSTAClass::disconnect(bool wifioff, bool eraseCredentials) {
WiFi.enableSTA(false);
}
_useStaticIp = false;
return ret;
}