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
896 stars 210 forks source link

Unable to change config file #502

Open jantyka opened 2 days ago

jantyka commented 2 days ago

Hello, first time writing here. I already checked if i am the only one with that issue, maybe i am missing something. FTP / HTTPS and Telegram credentials changed via WebUi are not being saved.

[01:43:10.957 savePrefs] Saved preferences [01:43:10.998 saveConfigVect] Config file saved

All videos are being saved just fine on the SD card, and the data folder with the configs.txt is also present, but the files seems to be untouched.

What i tried so far:

Hardware ESP32S

Appreciate your help/assistance in advance

s60sc commented 2 days ago

as per readme Optional features are not included by default. To include a feature, in appGlobals.h set relevant #define INCLUDE_* to true.

jantyka commented 2 days ago

Thank you. I missed that. Problem solved!