Search found 2 matches
- Sun Sep 24, 2023 6:37 am
- Forum: ESP32 Arduino
- Topic: EEPROM and error handler and RTC save time issue
- Replies: 2
- Views: 1648
Re: EEPROM and error handler and RTC save time issue
If the power is lost, the device goes offline in about a millisecond. There would not be time to write anything to flash. If you want persistent time, get an external RTC and a battery, just like you would on a computer. Instead of trying to keep time through watchdog failures, fix what is blocking...
- Sat Sep 23, 2023 9:08 am
- Forum: ESP32 Arduino
- Topic: EEPROM and error handler and RTC save time issue
- Replies: 2
- Views: 1648
EEPROM and error handler and RTC save time issue
Hello everyone i am a bit new to ESP32, and i need your help about an issue i am facing i am using <ESP32Time.h> library to use 24h clock to make schedual timer the real current time will be set manually by user interface through LCD. the project won't be connected to wifi internet connection for no...