From ad82bfea33900d36a773640f972644c6f7831e2d Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Wed, 6 Jan 2021 12:11:00 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a506b69..87cfa02 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,19 @@ TimeLapseAvi jameszah/ESP32-CAM-Video-Recorder is licensed under the GNU General Public License v3.0 +## Update Jan 06, 2021 - Version 98-WiFiMan + +Just the same as Verion 98, but you can configure the ssid and password using WiFiManager. +Use the normal WiFiManager procedure to set up ssid with 192.168.4.1 etc https://github.com/tzapu/WiFiManager +The only difference is that you have to reboot the esp32 after you have set the ssid/pass for it to work correctly. +Read more about it here https://github.com/tzapu/WiFiManager/issues/1184 + +And you must use the latest WiFiManager code which supports the ESP32 - currently 2.0.3-alpha which can be installed from Arduino IDE - Manage Libraries. +The WiFiManager could be enhanced to set parameters that cannot be set from hhtp, such as Telegram name and password, but haven't done that yet. + + +https://github.com/jameszah/ESP32-CAM-Video-Recorder/tree/master/v98-WiFiMan + ## Update Sep 29, 2020 - Version 98 Added a feature to automatically delete your oldest day of videos when the SD reaches 90% full.