From 4a1e9adbab2eb717d95d8e29e196a3e21063b25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Fri, 4 Oct 2024 11:26:07 +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 4168e03a3c..e2413f17a8 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -435,6 +435,7 @@ void EbyteLoraComponent::process_(uint8_t *buf, const size_t len) { #ifdef USE_BINARY_SENSOR auto &binary_sensors = this->remote_binary_sensors_[network_id_]; #endif + ESP_LOGD(TAG, "GOT new data to process"); while (buf < end) { byte = *buf++; if (byte == REQUEST_REPEATER_INFO) {