From 690b0c5f3633d0037c45c63662711c14fe91e218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Fri, 4 Oct 2024 11:20:10 +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 61be82e8bd..4168e03a3c 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -509,6 +509,7 @@ void EbyteLoraComponent::process_(uint8_t *buf, const size_t len) { } }; void EbyteLoraComponent::loop() { + this->store_.can_send = !this->pin_aux_->digital_read(); if (auto len = this->available()) { uint8_t buf[len]; this->read_array(buf, len);