From ec0d19368d0dd62511443ff9aeb0a8f50703b391 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Fri, 2 Dec 2022 21:22:11 -0600 Subject: [PATCH] lil fixes --- src/fdrs_lora.h | 2 +- src/fdrs_node.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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