Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-11 11:40:43 +01:00
parent dc446e28bf
commit 3231e42565

View file

@ -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;
} }
} }