You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/ESP8266WiFi/src/ESP8266WiFiSTA.h
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ class ESP8266WiFiSTAClass: public LwipIntf {
49
49
50
50
// two and one parameter version. 2nd parameter is DNS like in Arduino
51
51
// IPv4 only
52
+
[[deprecated("It is discouraged to use this 1 or 2 parameters network configuration legacy function config(ip[,dns]) because it sets the router (and ommited dns) to an arbitrary address")]]
52
53
boolconfig(IPAddress local_ip, IPAddress dns = INADDR_ANY);
0 commit comments