mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
Set default NTP Port to 123
This commit is contained in:
parent
84ed32a05a
commit
77b706a1ce
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
#define DEF_NTP_SERVER_NAME "pool.ntp.org"
|
||||
|
||||
// default NTP server port
|
||||
#define DEF_NTP_PORT 8888
|
||||
#define DEF_NTP_PORT 123
|
||||
|
||||
// NTP refresh interval in ms (default 12h)
|
||||
#define NTP_REFRESH_INTERVAL 12 * 3600 * 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue