mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 04:25:15 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
f81a0837e5
commit
4f020ed81a
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ void EbyteLoraComponent::set_mode_(ModeType mode) {
|
|||
if (this->config_mode_ != MODE_INIT && !this->can_send_message_()) {
|
||||
ESP_LOGD(TAG, "Device busy lets wait");
|
||||
return;
|
||||
} else {
|
||||
ESP_LOGD(TAG, "Very first time setting the mode, going to ignore device busy state");
|
||||
}
|
||||
switch (mode) {
|
||||
case NORMAL:
|
||||
|
|
Loading…
Add table
Reference in a new issue