mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
58ca0b3ae8
commit
04fd678f2a
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue