From 3231e425653e766e39fab9b1fc22ffe5b912445a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Fri, 11 Oct 2024 11:40:43 +0100 Subject: [PATCH] Update ebyte_lora_component.cpp --- esphome/components/ebyte_lora/ebyte_lora_component.cpp | 1 + 1 file changed, 1 insertion(+) 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; } }