diff --git a/lib/smooth/core/sntp/Sntp.cpp b/lib/smooth/core/sntp/Sntp.cpp index 89c02348..234b02bd 100644 --- a/lib/smooth/core/sntp/Sntp.cpp +++ b/lib/smooth/core/sntp/Sntp.cpp @@ -49,6 +49,8 @@ namespace smooth::core::sntp sntp_set_time_sync_notification_cb(&Sntp::timeSyncNotificationCallback); sntp_init(); + + started = true; } #ifndef ESP_PLATFORM