From 84e067fd633427c9759bbbe8308f06452b5fefc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Tue, 26 Mar 2024 16:45:06 +0000 Subject: [PATCH] Update lora.cpp --- esphome/components/lora/lora.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/lora/lora.cpp b/esphome/components/lora/lora.cpp index 5609fa41d8..2bf593f608 100644 --- a/esphome/components/lora/lora.cpp +++ b/esphome/components/lora/lora.cpp @@ -103,6 +103,7 @@ bool Lora::can_send_message_() { if (!this->starting_to_check_ == 0 && !this->time_out_after_ == 0) { this->starting_to_check_ = 0; this->time_out_after_ = 0; + this->flush(); ESP_LOGD(TAG, "Aux pin is High! Can send again!"); } return true;