Update ebyte_lora.cpp

This commit is contained in:
Daniël Koek 2024-05-08 09:26:08 +01:00
parent 6a7b8c41db
commit aafcdfe39d

View file

@ -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!");
}
}