Review comments

This commit is contained in:
jpirnay
2026-03-26 20:31:41 +01:00
parent ec6835ee79
commit 1112a36806
5 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
/// Usage:
/// 1. On boot, call `restore()` to seed the system clock from the best
/// available source (RTC memory + LP correction > NVS).
/// 2. After a successful NTP sync, call `onNtpSynced()`.
/// 2. After a successful NTP sync, call `syncNtp()`.
/// 3. Before entering deep sleep, call `saveBeforeSleep()`.
///
/// `now()` returns the best-effort epoch (0 if never synced).