This commit is contained in:
Anton Sergunov 2024-06-03 11:16:16 +00:00
parent 8824324d1f
commit adcb11aae3

View file

@ -60,6 +60,7 @@ void SNTPComponent::setup() {
sntp_set_sync_interval(this->get_update_interval());
this->stop_poller();
#endif
sntp_init();
#endif
}