From db2f34612206bd083fff2bb5cdd7eabfe6b70c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Fri, 4 Oct 2024 11:19:34 +0100 Subject: [PATCH] Update ebyte_lora_component.cpp --- 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 fffda0bf61..61be82e8bd 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -329,7 +329,7 @@ void EbyteLoraComponent::setup() { #endif this->pin_aux_->setup(); this->pin_aux_->attach_interrupt(EbyteAuxStore::gpio_intr, &this->store_, gpio::INTERRUPT_ANY_EDGE); - this->store_.can_send = false; + this->store_.can_send = true; this->pin_m0_->setup(); this->pin_m1_->setup(); this->get_current_config_();