Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-26 17:02:12 +00:00
parent 84e067fd63
commit 21493c3597

View file

@ -151,8 +151,6 @@ void Lora::check_for_message_() {
std::string buffer;
std::vector<uint8_t> data;
bool pin_data_found = false;
if (!this->available())
return;
ESP_LOGD(TAG, "Reading serial");
while (this->available()) {
uint8_t c;