Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-04 11:19:34 +01:00
parent 9efa534e8f
commit db2f346122

View file

@ -329,7 +329,7 @@ void EbyteLoraComponent::setup() {
#endif
this->pin_aux_->setup();
this->pin_aux_->attach_interrupt(EbyteAuxStore::gpio_intr, &this->store_, gpio::INTERRUPT_ANY_EDGE);
this->store_.can_send = false;
this->store_.can_send = true;
this->pin_m0_->setup();
this->pin_m1_->setup();
this->get_current_config_();