diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index 0954c3ec05..b615fee416 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -293,9 +293,9 @@ 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(true); + this->pin_m0_->digital_write(false); this->pin_m1_->setup(); - this->pin_m0_->digital_write(true); + this->pin_m0_->digital_write(false); ESP_LOGD(TAG, "Setup success"); } void EbyteLoraComponent::request_current_config_() {