Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-11 12:25:00 +01:00
parent 3148a17b9b
commit 28b9bbb6f1

View file

@ -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_() {