bkeevil / esp32-cam

A webcam firmware for ESP32 based camera modules
149 stars 43 forks source link

Soft AP starts but no connection to httpd #8

Closed g8ecj closed 4 years ago

g8ecj commented 4 years ago

I tried using an unknown SSID for the WIFI connection to force the soft AP to start. It appears that it does OK, I can connect to it and I can ping the IP address but no httpd access.

g8ecj commented 4 years ago

Duh. It helps if you read the monitor output correctly! The IP address (192.168.4.2) I could ping was the one allocated to the station. Pinging that of course works (its localhost!!). The default AP IP that I'd set of 192.168.4.1 works fine. Sorry for the noise

bkeevil commented 4 years ago

Thanks for your work testing it :-)