Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-26 17:34:34 +00:00
parent 822100ae16
commit 04f28c8db8

View file

@ -4,7 +4,6 @@ namespace esphome {
namespace lora { namespace lora {
void Lora::update() { void Lora::update() {
can_send_message_(); can_send_message_();
get_mode_();
if (!this->update_needed_) if (!this->update_needed_)
return; return;
if (this->rssi_sensor_ != nullptr) if (this->rssi_sensor_ != nullptr)