Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-11 11:35:53 +01:00
parent 33da3d2e92
commit dc446e28bf

View file

@ -434,8 +434,6 @@ void EbyteLoraComponent::loop() {
}
this->process_(data);
}
if (!this->can_send_message_("Loop to see if send or repeater request"))
return;
if (this->request_repeater_info_update_needed_) {
this->request_repeater_info_();
return;