1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

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

This reverts commit 0c599ee0dcdd9b04f4f3082697992fe79b1e9ac6.
This commit is contained in:
Juraj Andrássy 2023-11-13 00:26:16 +01:00 committed by GitHub
parent ee953737dd
commit 5e0ed3a38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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