Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-16 14:15:41 +01:00
parent 638970d3a2
commit 4ef9cd7605

View file

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