From fd64f7cc0c2308dbfcd205cdec10c71173981bf6 Mon Sep 17 00:00:00 2001 From: DanielR92 Date: Thu, 25 Aug 2022 16:12:16 +0200 Subject: [PATCH] Change NTP-Port to standard port number 8888 -> 123 --- tools/esp8266/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp8266/config.h b/tools/esp8266/config.h index 8331c273..522f43b8 100644 --- a/tools/esp8266/config.h +++ b/tools/esp8266/config.h @@ -73,7 +73,7 @@ #define DEF_NTP_SERVER_NAME "pool.ntp.org" // default ntp server port -#define DEF_NTP_PORT 8888 +#define DEF_NTP_PORT 123 // default mqtt interval #define MQTT_INTERVAL 60