From 5ffd84b9afd14f44edaf5e6a0d681ca171938bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Mon, 3 Jun 2024 15:01:20 +0100 Subject: [PATCH] Update ebyte_lora_component.cpp --- esphome/components/ebyte_lora/ebyte_lora_component.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index 85c0cbda33..aca56285e4 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -407,10 +407,7 @@ void EbyteLoraComponent::loop() { this->send_repeater_info(); break; case REPEATER_INFO: - ESP_LOGD(TAG, "Got some repeater info: "); - for (int i = 0; i < data.size(); i++) { - ESP_LOGD(TAG, "%u", data[i]); - } + ESP_LOGD(TAG, "Got some repeater info from network %u ", data[2]); break; case SWITCH_INFO: if (this->repeater_) {