mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 04:25:15 +01:00
Make it build 5
This commit is contained in:
parent
aa3dcdcff8
commit
73a473e389
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ void SNTPComponent::dump_config() {
|
|||
ESP_LOGCONFIG(TAG, " Server 3: '%s'", this->server_3_.c_str());
|
||||
ESP_LOGCONFIG(TAG, " Timezone: '%s'", this->timezone_.c_str());
|
||||
}
|
||||
void set_servers(const std::string &server_1, const std::string &server_2, const std::string &server_3);
|
||||
{
|
||||
void set_servers(const std::string &server_1, const std::string &server_2, const std::string &server_3) {
|
||||
#if !defined(USE_HOST)
|
||||
if (servers_was_setup_) {
|
||||
for (uint8_t i = 0; i < 3; ++i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue