Skip to content

Change sntp update interval from 1 to 3 hour. #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
2 changes: 1 addition & 1 deletion sdkconfig.esp32
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ CONFIG_LWIP_MAX_RAW_PCBS=16
#
CONFIG_LWIP_SNTP_MAX_SERVERS=3
CONFIG_LWIP_DHCP_GET_NTP_SRV=y
CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000
CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000
# end of SNTP

CONFIG_LWIP_ESP_LWIP_ASSERT=y
Expand Down
2 changes: 1 addition & 1 deletion sdkconfig.esp32c3
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ CONFIG_LWIP_MAX_RAW_PCBS=16
#
CONFIG_LWIP_SNTP_MAX_SERVERS=3
CONFIG_LWIP_DHCP_GET_NTP_SRV=y
CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000
CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000
# end of SNTP

CONFIG_LWIP_ESP_LWIP_ASSERT=y
Expand Down
2 changes: 1 addition & 1 deletion sdkconfig.esp32s2
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ CONFIG_LWIP_MAX_RAW_PCBS=16
#
CONFIG_LWIP_SNTP_MAX_SERVERS=3
CONFIG_LWIP_DHCP_GET_NTP_SRV=y
CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000
CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000
# end of SNTP

CONFIG_LWIP_ESP_LWIP_ASSERT=y
Expand Down