Search found 1 match

by Xinonix
Fri Jun 28, 2024 7:56 pm
Forum: ESP32 Arduino
Topic: sntp_set_time_sync_notification_cb
Replies: 0
Views: 1138

sntp_set_time_sync_notification_cb

I have an application that uses ntp to set the esp32-s3 time and internal rtc. I use sntp_set_time_sync_notification_cb callback to sync ntp and internal time to rtc. The callback function get executed but stops working after a while. I have a loop that executes on xSemaphoreTake set by timerinterru...