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;