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
3148a17b9b
commit
28b9bbb6f1
1 changed files with 0 additions and 2 deletions
|
@ -293,9 +293,7 @@ void EbyteLoraComponent::setup() {
|
|||
this->pin_aux_->pin_mode(gpio::FLAG_INPUT | gpio::FLAG_PULLUP);
|
||||
this->pin_aux_->setup();
|
||||
this->pin_m0_->setup();
|
||||
this->pin_m0_->digital_write(false);
|
||||
this->pin_m1_->setup();
|
||||
this->pin_m0_->digital_write(false);
|
||||
ESP_LOGD(TAG, "Setup success");
|
||||
}
|
||||
void EbyteLoraComponent::request_current_config_() {
|
||||
|
|
Loading…
Reference in a new issue