mirror of
https://github.com/esphome/esphome.git
synced 2025-01-22 04:15:58 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
bf2ab133bb
commit
4b87b5d79e
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ void EbyteLoraComponent::set_mode_(ModeType mode) {
|
|||
this->current_mode_ = mode;
|
||||
return;
|
||||
}
|
||||
if (!this->can_send_message_("set_mode_")) {
|
||||
if (!this->can_send_message_("set_mode_") && mode != CONFIGURATION) {
|
||||
return;
|
||||
}
|
||||
// recommended to wait for 2ms after high
|
||||
|
|
Loading…
Reference in a new issue