Search found 2 matches

by paolo86
Tue May 07, 2024 11:58 am
Forum: ESP-IDF
Topic: SNTP task crash
Replies: 2
Views: 575

Re: SNTP task crash

Nope, there aren't any call to esp_netif_sntp_deinit method.
I will try to follow esp_netif_sntp_sync_wait method logic
Thanks
by paolo86
Fri May 03, 2024 12:00 pm
Forum: ESP-IDF
Topic: SNTP task crash
Replies: 2
Views: 575

SNTP task crash

Hi, I have successfully integrated SNTP as per github sample ( https://github.com/espressif/esp-idf/tree/release/v5.1/examples/protocols/sntp ). I'm using default options, without SNTP over DHCP with pool.ntp.org as unique time server. On WiFi connection I start an rtos task to monitor time acquisit...