Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-11 10:52:01 +01:00
parent 58ca0b3ae8
commit 04fd678f2a

View file

@ -413,6 +413,7 @@ void EbyteLoraComponent::update() {
this->set_mode_(NORMAL);
}
}
ESP_LOGD(TAG, "Full update done, config correct %s, mode %u ", YESNO(this->is_config_right()), this->get_mode_());
this->updated_ = true;
auto now = millis() / 1000;
if (this->last_key_time_ + this->repeater_request_recyle_time_ < now) {