From 8ae3965705fb70f631d4d528118979c9d67648bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Wed, 16 Oct 2024 14:38:03 +0100 Subject: [PATCH] Update ebyte_lora_component.cpp --- esphome/components/ebyte_lora/ebyte_lora_component.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index ec8e0be599..a82d5cabf0 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -306,6 +306,8 @@ 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_() { if (!this->can_send_message_("requesting current config")) { // can't send a message yet return!