Skip to content

ESP8266WebServer IP address #997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bbasil2012 opened this issue Nov 11, 2015 · 0 comments
Closed

ESP8266WebServer IP address #997

bbasil2012 opened this issue Nov 11, 2015 · 0 comments

Comments

@bbasil2012
Copy link

Hi guys !
is it possible to add to the function ESP8266WebServer IP address?
eg:
ESP8266WebServer (WiFi.localIP (), 80);
ESP8266WebServer (WiFi.softAPIP (), 8266);
?

@igrr igrr added this to the 2.0.0 milestone Nov 11, 2015
igrr added a commit that referenced this issue Nov 15, 2015
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).
@igrr igrr closed this as completed Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants