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
Hi guys !
is it possible to add to the function ESP8266WebServer IP address?
eg:
ESP8266WebServer (WiFi.localIP (), 80);
ESP8266WebServer (WiFi.softAPIP (), 8266);
?
The text was updated successfully, but these errors were encountered:
In addition to the existing constructors (WiFiServer::WiFiServer(port) and WiFiWebServer::WiFiWebServer(port)), new constructors are added:
WiFiServer::WiFiServer(IPAddress, port) and WiFiWebServer::WiFiWebServer(IPAddress, port).
Hi guys !
is it possible to add to the function ESP8266WebServer IP address?
eg:
ESP8266WebServer (WiFi.localIP (), 80);
ESP8266WebServer (WiFi.softAPIP (), 8266);
?
The text was updated successfully, but these errors were encountered: