From 0fa67900262a94a78b33cc6d7f7f35df39337000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Thu, 19 Sep 2024 08:32:49 +0000 Subject: [PATCH] change --- esphome/components/ebyte_lora/ebyte_lora_component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index 140c90f74b..1fde4a7a61 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -378,7 +378,7 @@ void EbyteLoraComponent::setup_wait_response_(uint32_t timeout) { } void EbyteLoraComponent::dump_config() { ESP_LOGCONFIG(TAG, "Ebyte Lora E220:"); - ESP_LOGCONFIG(TAG, " Network id: %u", this->network_id); + ESP_LOGCONFIG(TAG, " Network id: %u", this->network_id_); if (!this->repeater_ && !this->sent_switch_state_) { ESP_LOGCONFIG(TAG, " Normal mode"); }