bkeevil / esp32-cam

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

Unable to lease valid /24 ip address #44

Open mistyron opened 3 months ago

mistyron commented 3 months ago

Hi,

I configured the stationList[] in myconfig.sample.h to connect to my WiFi network with DHCP. Yet it appears to be stuck on the IP 192,.168.4.1 which is not in my subnet and appears to just continuously fallback onto that default. My /24 subnet is 192.168.1.xxx and I expect it to lease an IP within that subnet instead. The original example "CameraWebServer.ino" Connects to my SSID fine and leases an IP a valid IP. What's going on, here?