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
931 stars 214 forks source link

hidden ssid #286

Closed caiotizio closed 1 year ago

caiotizio commented 1 year ago

it could be possible to add hidden ssid for AP in next release?

s60sc commented 1 year ago

Its not something I will add, but you can add it yourself by updating the following line in utils.cpp: WiFi.softAP(AP_SSID, AP_Pass); using these notes