mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +01:00
Update lora.cpp
This commit is contained in:
parent
822100ae16
commit
04f28c8db8
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue