From fb3e7fc29c272ba299a12cf1950f8bdf40039ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Fri, 11 Oct 2024 09:57:18 +0100 Subject: [PATCH] Update ebyte_lora_component.cpp --- esphome/components/ebyte_lora/ebyte_lora_component.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index f095174a5b..3cb18f8164 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -393,6 +393,7 @@ bool EbyteLoraComponent::can_send_message_(const char *info) { } } void EbyteLoraComponent::update() { + ESP_LOGD(TAG, "Update loop"); if (this->current_config_.config_set == 0) { ESP_LOGD(TAG, "Config not set yet!, gonna request it now!"); this->get_current_config_();