2021-05-21 10:10:29 +02:00
|
|
|
# DS1307/DS3231 Real time clock
|
|
|
|
|
2022-12-10 16:12:55 +01:00
|
|
|
Gets the time from I2C RTC module on boot. This allows clock operation if WiFi is not available.
|
2021-05-21 10:10:29 +02:00
|
|
|
The stored time is updated each time NTP is synced.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Add the build flag `-D USERMOD_RTC` to your platformio environment.
|