From bf2ab133bb7bc64e9bf0ed4c8486bf47f01dd735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Fri, 11 Oct 2024 12:11:57 +0100 Subject: [PATCH] Update ebyte_lora_component.cpp --- esphome/components/ebyte_lora/ebyte_lora_component.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_() {