mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
11bc07f663
commit
a3b96b0581
1 changed files with 0 additions and 2 deletions
|
@ -293,9 +293,7 @@ void EbyteLoraComponent::setup() {
|
|||
#endif
|
||||
this->pin_aux_->pin_mode(gpio::FLAG_INPUT | gpio::FLAG_PULLUP);
|
||||
this->pin_aux_->setup();
|
||||
this->pin_m0_->pin_mode(gpio::FLAG_OUTPUT);
|
||||
this->pin_m0_->setup();
|
||||
this->pin_m1_->pin_mode(gpio::FLAG_OUTPUT);
|
||||
this->pin_m1_->setup();
|
||||
ESP_LOGD(TAG, "Setup success");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue