mirror of
https://github.com/esphome/esphome.git
synced 2025-04-23 09:00:48 +02:00
Cleanup
This commit is contained in:
parent
0b5eafcc6c
commit
cec868bd3e
1 changed files with 0 additions and 4 deletions
|
@ -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...");
|
||||
|
|
Loading…
Add table
Reference in a new issue