This commit is contained in:
Rapsssito
2026-02-16 13:17:00 +01:00
parent 0a518c1e4c
commit cde89212fc
@@ -28,8 +28,8 @@ void NetworkComponent::setup() {
ESP_LOGE(TAG, "esp_event_loop_create_default failed: (%d) %s", err, esp_err_to_name(err));
this->mark_failed();
return;
}
#endif
}
} // namespace network
} // namespace esphome
#endif