Hello, I’m a newbie and I’ve been interested in esp32 for a short time. I write my own wifi -manager codes. I dont want using the library. There is a point that I cannot solve algorithmically. Before switching to AP mode, I scan available networks on STA mode. I then use this information in AP mode to select the SSID.
The problem is, after switching to AP mode; The network may no longer exist or a new network may have been added. How do I update my accessible network list?
https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/