mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
859ba97af9
commit
19eb02df6f
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue