Skip to content

Commit d20dc9f

Browse files
Change sntp update interval from 1 to 3 hours. (espressif#71)
See espressif/esp32-arduino-lib-builder#50
1 parent 1d64b48 commit d20dc9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: configs/defconfig.common

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ CONFIG_LWIP_MAX_SOCKETS=16
5353
CONFIG_LWIP_DHCP_RESTORE_LAST_IP=y
5454
CONFIG_LWIP_DHCP_OPTIONS_LEN=128
5555
CONFIG_LWIP_SNTP_MAX_SERVERS=3
56+
CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000
5657
CONFIG_LWIP_DHCP_GET_NTP_SRV=y
5758
CONFIG_MBEDTLS_PSK_MODES=y
5859
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y

0 commit comments

Comments
 (0)