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
936 stars 216 forks source link

in V10.2.2 can't get stored some params entered in WEB front end (e.g. smtp access setting) #497

Closed vermoi63 closed 1 month ago

vermoi63 commented 1 month ago

pls help, worked great in last V9...but no longer in V10

-formated SD new -put new data folder on it -have smtp feature included -cleared Browser cache, different browser also chrome, they all worked before -get positive message...config filse saved - but after reboot it' gone -also tried the web control delete=1

examples that I do net get stored over reboot: time zone setting and smtp settings seems params in "access setting" are affected - not all others like host name also in access setting I get stored others in other TAB's I also get stored like cam and motion setting

also I do NOT get stored e.g. the "enable email sending" in other Tab

Ideas? Kind regards!

s60sc commented 1 month ago

You need to read the latest readme installation instructions and set #define INCLUDE_SMTP true // smtp.cpp (email) Probably the reason for your other issue. I'll make it clearer in the next release

vermoi63 commented 1 month ago

Great Tks, shame on me - I replaced alsmost everything with "false" but for "true" I left "...included...".

Now it works fine again Kind regards! Michael

vermoi63 commented 1 month ago

fine now