WLED/usermods/RTC
Blaz Kristan 957948f906 Code optimisations in effects.
Remove Wire initialisation from RTC.
Peek fix.
2022-08-09 21:14:37 +02:00
..
readme.md
usermod_rtc.h Code optimisations in effects. 2022-08-09 21:14:37 +02:00

readme.md

DS1307/DS3231 Real time clock

Gets the time from I2C RTC module on boot. This allows clocks to operate e.g. if temporarily no WiFi is available. The stored time is updated each time NTP is synced.

Installation

Add the build flag -D USERMOD_RTC to your platformio environment.