Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-26 16:30:54 +00:00
parent 2ed4d2d69b
commit f44126cede

View file

@ -154,6 +154,7 @@ void Lora::loop() {
bool pin_data_found = false;
if (!this->available())
return;
ESP_LOGD(TAG, "Reading serial");
while (this->available()) {
uint8_t c;
if (this->read_byte(&c)) {