diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index 9333e16b09..1c0ddd6fc6 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -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"); }