mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
638970d3a2
commit
4ef9cd7605
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue