mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +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 {
|
||||
void Lora::update() {
|
||||
can_send_message_();
|
||||
get_mode_();
|
||||
if (!this->update_needed_)
|
||||
return;
|
||||
if (this->rssi_sensor_ != nullptr)
|
||||
|
|
Loading…
Reference in a new issue