Page 1 of 1

Restart HTTP server after WiFi connect?

Posted: Thu Nov 30, 2023 10:59 am
by papadeltasierra
I'm working on a project where I will be using WIFI_MODE_APSTA connectivity and creating an http web server. On the assumption that users connect using SoftAP mode, configure and then the WiFi connection to a router comes up, will the http web server immediately begin listening on the STA WiFI address too or do I have to restart the server so it picks up both the SoftAP and STA mode addresses?
Thanks.