Browse Source

Change NTP-Port to standard port number

8888 -> 123
pull/203/head
DanielR92 3 years ago
committed by GitHub
parent
commit
fd64f7cc0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/esp8266/config.h

2
tools/esp8266/config.h

@ -73,7 +73,7 @@
#define DEF_NTP_SERVER_NAME "pool.ntp.org" #define DEF_NTP_SERVER_NAME "pool.ntp.org"
// default ntp server port // default ntp server port
#define DEF_NTP_PORT 8888 #define DEF_NTP_PORT 123
// default mqtt interval // default mqtt interval
#define MQTT_INTERVAL 60 #define MQTT_INTERVAL 60

Loading…
Cancel
Save