mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 00:18:11 +01:00
Update lora.cpp
This commit is contained in:
parent
b0bf6355c1
commit
84e067fd63
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue