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

My ssid have spaces between letters #373

Closed dipayandas2002 closed 7 months ago

dipayandas2002 commented 7 months ago

My ssid has spaces between letters , but when I'm giving that input to the webpage at 198.164.4.1 it's showing me errors.

Like the spaces r not being taken care of.

What to do ?

s60sc commented 7 months ago

in appGlobals.h set ALLOW_SPACESto true

dipayandas2002 commented 7 months ago

thanks