This commit is contained in:
Anton Sergunov 2024-05-09 04:20:34 +00:00
parent 67c03b02af
commit 6d315c6df9

View file

@ -94,6 +94,10 @@ void SNTPComponent::loop() {
ESP_LOGD(TAG, "Time sync in progress"); ESP_LOGD(TAG, "Time sync in progress");
break; break;
} }
if (item.first) {
ESP_LOGD(TAG, "Time value is %ds %dus", item.first->tv_sec, item.first->tv_usec);
}
} }
callback_args_.clear(); callback_args_.clear();