From 8b3b107d036e8da876ecb505a4ce2e3ad835d4a5 Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:57:41 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 73ba045..a506b69 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ TimeLapseAvi jameszah/ESP32-CAM-Video-Recorder is licensed under the GNU General Public License v3.0 +## Update Sep 29, 2020 - Version 98 + +Added a feature to automatically delete your oldest day of videos when the SD reaches 90% full. + +There are also some compile directives in the settings.h file to cut out entire sections of code like the ftp or telegram, if you need resouces to add your own stuff. + + ## Update Sep 13, 2020 Check out a much simpler, somewhat faster version ESP32-CAM-Video_Recorder-junior.