Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-26 16:45:06 +00:00
parent b0bf6355c1
commit 84e067fd63

View file

@ -103,6 +103,7 @@ bool Lora::can_send_message_() {
if (!this->starting_to_check_ == 0 && !this->time_out_after_ == 0) { if (!this->starting_to_check_ == 0 && !this->time_out_after_ == 0) {
this->starting_to_check_ = 0; this->starting_to_check_ = 0;
this->time_out_after_ = 0; this->time_out_after_ = 0;
this->flush();
ESP_LOGD(TAG, "Aux pin is High! Can send again!"); ESP_LOGD(TAG, "Aux pin is High! Can send again!");
} }
return true; return true;