esphttpd - IP address
Posted:
Wed Jul 08, 2015 6:50 pm
by richardcj
Where can i make the IP static and only allow it to go to a non AP mode?
Re: esphttpd - IP address
Posted:
Sun Jul 26, 2015 11:23 pm
by kolban
It appears that the project comes in two parts. One part is a library of HTTP server "goodies" and the other is a sample application linking them together. As such, you could build your own application which sets up the ESP8266 as a station with a fixed IP address and, once done, then makes the HTTPD library calls to make it an HTTP server.