Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/components/time/sntp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ time:
- **servers** (*Optional*, list of strings): Choose up to 3 NTP servers that are used for the clock source.
Defaults to `0.pool.ntp.org`, `1.pool.ntp.org` and `2.pool.ntp.org`

**For the ESP32:**

- **smooth_sync** (*Optional*, boolean): When true, updates time smoothly by gradually reducing time error. If the difference between the SNTP response time and system time is more than 35 minutes, update system time immediately.
Defaults to `false`, which updates system time immediately upon receiving a response from the SNTP server.

- All other options from [Base Time Configuration](/components/time#base_time_config).

> [!NOTE]
Expand Down