diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index 92980627f9..db3db4cfe0 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -302,6 +302,7 @@ void EbyteLoraComponent::setup() { this->pin_m1_->digital_write(true); // give it some delay delay(100); + this->busy_till_ = millis() + 500; set_mode_(NORMAL); ESP_LOGD(TAG, "Setup success"); }