From 859ba97af958a146a3f76d73aa198d31c3c73e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Wed, 16 Oct 2024 14:34:09 +0100 Subject: [PATCH] Update ebyte_lora_component.cpp --- esphome/components/ebyte_lora/ebyte_lora_component.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index a3cb8b0738..38ec24fa7c 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -311,12 +311,6 @@ void EbyteLoraComponent::request_current_config_() { // can't send a message yet return! return; } - // if (this->get_mode_() != CONFIGURATION) { - // this->set_mode_(NORMAL); - // ESP_LOGD(TAG, "Mode not set right"); - // delay(20); - // return; - // } // program conf command, start at 0 with a size of 8 uint8_t data[3] = {PROGRAM_CONF, 0x00, 0x08}; this->write_array(data, sizeof(data));