lil fixes

pull/125/head
Timm Bogner 2 years ago
parent 139a996447
commit ec0d19368d

@ -368,7 +368,7 @@ void handleLoRa(){
enableInterrupt = true;
transmitFlag = false;
} else { // the previous operation was reception
DBG("Reception hass occurred, entering getLoRa() ");
DBG("Reception has occurred, entering getLoRa() ");
returnCRC = getLoRa();
enableInterrupt = true;
}

@ -187,7 +187,7 @@ void handleLoRa(){
}
}
}
void
begin_lora() {
// #ifdef ESP32

Loading…
Cancel
Save