v0.52.4 - Updated NTP Server Handling
Notable Changes
- Added multiple (up to 3) NTP server support
- NTP Interval changed in default settings.toml file (to 6hrs)
Known Issues
- None
Notes:
You can list multiple NTP servers in the settings.toml file by separating them with a pipe | delimiter.
NTP_HOST="0.adafruit.pool.ntp.org|0.us.pool.ntp.org"
Recommended to switch the NTP Interval from every min to between 6 and 24 hours.
NTP_INTERVAL=21600
note: 21600 = 6hr, 43200 = 12hr, 86400 = 24hr