mirror of
https://github.com/esphome/esphome.git
synced 2025-01-22 12:26:01 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
6dd8673183
commit
5cb0bc9b61
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ void EbyteLoraComponent::setup() {
|
|||
}
|
||||
void EbyteLoraComponent::get_current_config_() {
|
||||
if (this->get_mode_() != CONFIGURATION) {
|
||||
ESP_LOGD(TAG, "Mode not set right requesting that and returning");
|
||||
ESP_LOGD(TAG, "Mode not set right requesting that and returning %u", this->get_mode_());
|
||||
this->set_mode_(CONFIGURATION);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue