Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By drmpf
#36056 I set up a webserver using AP mode to do some config. Now I have finished the config and want to run normally (in STA mode) listening to port 4989 for cmds

How do I turn off the webserver?

In STA mode ESP still reports port 80 is active
User avatar
By picstart
#36065 I believe there isn't any code that can turn off an esp8266 webserver after it is started. The lower level primitive that would turn it off has yet to be written.