jameszah / ESP32-CAM-VideoCam

Easy Install Video Camera App for ESP32-CAM
GNU General Public License v3.0
18 stars 5 forks source link

SSID with blanks / no WifiMan #4

Open Tolbag opened 2 months ago

Tolbag commented 2 months ago

Hey,

I cant connect to my Wifi. I think because it has blanks in its name. In the console I only see the first word. When I insert wifiman as AP Name, I can connect to the AP, (desklens_54) but there is no Wifimanager.

Can you help?

regards jan

jameszah commented 2 months ago

You would have to recompile, Here is the line - it reads until it finds a space and then skips the rest of the line. You could change it to read to a "." period or something, but no way I can think of without recompiling.

https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior/blob/60a3e6a4f73ce904fe090f68f64d567a3a639d0a/v60/ESP32-CAM-Video-Recorder-junior-60x.4.7/ESP32-CAM-Video-Recorder-junior-60x.4.7.ino#L631

PMedeln commented 2 months ago

Ok, I will try this later. Do you have an Idea why I cant get the WiFi Manager?

jameszah commented 2 months ago

Hmmm

For wifiman, you do not put your ssid, but the text "wifiman", and then it starts the menu to enter your ssid password etc.

Long time since I looked at this!

https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior/blob/60a3e6a4f73ce904fe090f68f64d567a3a639d0a/v60/ESP32-CAM-Video-Recorder-junior-60x.4.7/ESP32-CAM-Video-Recorder-junior-60x.4.7.ino#L639