s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
888 stars 209 forks source link

WIFI Network settings / SSID name issue #359

Closed coph closed 7 months ago

coph commented 7 months ago

It looks like the device cannot connect to a network if the SSID contains space char. I've tried couple of names. If SSID name does not contain space char - it connect without issue. The log removes the spaces. I guess some part of the code removes the spaces too when trying to connect to WIFI.

I'm using "The girl next door" as SSID name which is not working, Log is showing cannot connect on "Thegirlnextdoor". If I'm using "Aime-moi!" as SSID it connects to WIFI.

Thanks for the good work. Paul

s60sc commented 7 months ago

in appGlobals.h set ALLOW_SPACESto true