diff --git a/src/fdrs_lora.h b/src/fdrs_lora.h index a92e088..b48fa7d 100644 --- a/src/fdrs_lora.h +++ b/src/fdrs_lora.h @@ -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; } diff --git a/src/fdrs_node.h b/src/fdrs_node.h index 598655c..da73547 100644 --- a/src/fdrs_node.h +++ b/src/fdrs_node.h @@ -187,7 +187,7 @@ void handleLoRa(){ } } } -void + begin_lora() { // #ifdef ESP32