Browse Source

Set default NTP Port to 123

pull/241/head
thfcm 2 years ago
parent
commit
77b706a1ce
  1. 2
      tools/esp8266/config.h

2
tools/esp8266/config.h

@ -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…
Cancel
Save