Apologies in advance if this is covered somewhere – I couldn’t find it.
I have the AI Thinker CAM board (ESP32) and wanted to run the CameraWebServer_Access_point code for my book. I get a strange thing. When It boots (compiles and loads ok) I get
Camera ready! Use ‘http://0.0.0.0″ to connect – I was expecting a C class ! I tried adding a direct call to WiFi.softAPIP() to get the string (in case the localIP() call somehow was in error – same result .
I also added a WiFi.mode(WIFI_AP) call before the softAP() call (just in case) no change
What makes this address? (after all there’s no DNS) and what am I missing to get a valid SoftAP address?
thanks