This commit is contained in:
Anton Sergunov 2024-06-07 07:05:05 +00:00
parent 0b5eafcc6c
commit cec868bd3e

View file

@ -22,10 +22,6 @@ static const std::string FORCE_UPDATE_SCHEDULE = "force_update_schedule";
const char *server_name_buffer(const std::string &server) { return server.empty() ? nullptr : server.c_str(); }
#ifdef USE_ESP_IDF
static time_t sync_time_to_report_ = 0;
#endif
void SNTPComponent::setup() {
#ifndef USE_HOST
ESP_LOGCONFIG(TAG, "Setting up SNTP...");