mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
dc446e28bf
commit
3231e42565
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ bool EbyteLoraComponent::can_send_message_(const char *info) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
ESP_LOGD(TAG, "Can't sent it right now for %s", info);
|
ESP_LOGD(TAG, "Can't sent it right now for %s", info);
|
||||||
|
delay(20);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue