mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
9efa534e8f
commit
db2f346122
1 changed files with 1 additions and 1 deletions
|
@ -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_();
|
||||
|
|
Loading…
Reference in a new issue