Closed Mit4el closed 5 months ago
And what's the issue? 0.0.0.0 obviously means "any address", that is, you can connect to it on any IP address the device has (for example, both WiFi station and AP).
That's right, I was wrong. Sorry, it just doesn't open the web, and for some reason I immediately thought of the wrong address.
if I use the WebServer HTTP(80), that is, without an address, then when HTTP.begin() is called, the server starts at 0.0.0.0:80. I use the standard web server from libretiny, not async from EspHome