OpenSprinkler Forums OpenSprinkler Unified Firmware ESP32 port of 2.1.9 firmware Reply To: ESP32 port of 2.1.9 firmware

#68018

Ray
Keymaster

The firmware github has a pull request that allows disabling RTC:
https://github.com/OpenSprinkler/OpenSprinkler-Firmware/pull/118/
In essence, if you don’t plan to have RTC, just go to main.cpp and comment out the following lines:

setSyncInterval(RTC_SYNC_INTERVAL);  // RTC sync interval
setSyncProvider(RTC.get);