Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-25 16:28:10 +00:00
parent 6470da9ec9
commit 46a93761f6

View file

@ -142,7 +142,6 @@ void Lora::loop() {
std::string buffer; std::string buffer;
std::vector<uint8_t> data; std::vector<uint8_t> data;
bool pin_data_found = false; bool pin_data_found = false;
ESP_LOGD(TAG, "Starting to check for messages");
if (!this->available()) if (!this->available())
return; return;
while (this->available()) { while (this->available()) {