From 8d42bc76573f6c29373ac2736495ff836ff39fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Wed, 24 Apr 2024 17:58:56 +0100 Subject: [PATCH] Update ebyte_lora.cpp --- esphome/components/ebyte_lora/ebyte_lora.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ebyte_lora/ebyte_lora.cpp b/esphome/components/ebyte_lora/ebyte_lora.cpp index 63e17d4786..971a483447 100644 --- a/esphome/components/ebyte_lora/ebyte_lora.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora.cpp @@ -10,7 +10,7 @@ void EbyteLoraComponent::update() { this->get_current_config_(); return; } else { - ESP_LOGD(TAG, "Got a config"); + ESP_LOGD(TAG, "Got a config:"); switch (this->config.air_data_rate) { case AIR_2_4KB: ESP_LOGD(TAG, "air_data_rate: 2.4kb");