diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index c026c02b92..e860b60a68 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -388,6 +388,7 @@ bool EbyteLoraComponent::can_send_message_(const char *info) { return true; } else { ESP_LOGD(TAG, "Can't sent it right now for %s", info); + delay(20); return false; } }