mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Update lora.cpp
This commit is contained in:
parent
6470da9ec9
commit
46a93761f6
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ void Lora::loop() {
|
|||
std::string buffer;
|
||||
std::vector<uint8_t> data;
|
||||
bool pin_data_found = false;
|
||||
ESP_LOGD(TAG, "Starting to check for messages");
|
||||
if (!this->available())
|
||||
return;
|
||||
while (this->available()) {
|
||||
|
|
Loading…
Reference in a new issue