mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Update ebyte_lora.cpp
This commit is contained in:
parent
6a7b8c41db
commit
aafcdfe39d
1 changed files with 3 additions and 1 deletions
|
@ -213,7 +213,9 @@ void EbyteLoraComponent::update() {
|
|||
this->get_current_config_();
|
||||
return;
|
||||
} else {
|
||||
if (!this->check_config_()) {
|
||||
if (this->check_config_()) {
|
||||
ESP_LOGD(TAG, "Config is good to go!");
|
||||
} else {
|
||||
ESP_LOGD(TAG, "Config is not right, have to do something about that!");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue