Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-16 14:35:02 +01:00
parent 859ba97af9
commit 19eb02df6f

View file

@ -301,7 +301,7 @@ void EbyteLoraComponent::setup() {
this->pin_m0_->digital_write(true);
this->pin_m1_->digital_write(true);
// give it some delay
delay(100);
delay(5);
this->busy_till_ = millis() + 500;
set_mode_(NORMAL);
ESP_LOGD(TAG, "Setup success");