From 9c3d2cdf862a9d6c314dbb4e50384210746601ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Fri, 18 Oct 2024 10:58:30 +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 a82d5cabf0..c17918fc2d 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -306,6 +306,7 @@ void EbyteLoraComponent::setup() { set_mode_(NORMAL); ESP_LOGD(TAG, "Setup success"); } + // this will NOT look if the mode is right, we just assume it is // out of testing it seems that it might still say normal but it isn't anymore! void EbyteLoraComponent::request_current_config_() {