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;