From d691a4eb840c84cd0646b89de2d2df960aaa599e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Tue, 26 Mar 2024 16:33:10 +0000 Subject: [PATCH] oeps! --- esphome/components/lora/lora.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/esphome/components/lora/lora.cpp b/esphome/components/lora/lora.cpp index cc5c0a051b..c69c45d590 100644 --- a/esphome/components/lora/lora.cpp +++ b/esphome/components/lora/lora.cpp @@ -146,9 +146,6 @@ void Lora::send_pin_info_(uint8_t pin, bool value) { ESP_LOGD(TAG, "Successfully put in queue"); } void Lora::loop() { - if (!Lora::can_send_message_()) { - return; - } std::string buffer; std::vector data; bool pin_data_found = false;