From 04f28c8db89f5a8e1a146eb5a8116b741765a0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Tue, 26 Mar 2024 17:34:34 +0000 Subject: [PATCH] Update lora.cpp --- esphome/components/lora/lora.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/lora/lora.cpp b/esphome/components/lora/lora.cpp index d8046ab1c2..e7c5aa4837 100644 --- a/esphome/components/lora/lora.cpp +++ b/esphome/components/lora/lora.cpp @@ -4,7 +4,6 @@ namespace esphome { namespace lora { void Lora::update() { can_send_message_(); - get_mode_(); if (!this->update_needed_) return; if (this->rssi_sensor_ != nullptr)