From c92d459809c6795e36e4a139e8382e4b67144164 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 26 Sep 2024 16:53:33 -0700 Subject: [PATCH] Added clarifying comment of inclusion of `RH_RF95.h` --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1473b1c..6ff8c03 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,7 +8,7 @@ #include // Library to control the LED ring (WS2812) #include // Library to handle GPS data #include // Software serial for GPS communication -#include // +#include // RadioHead Library(LoRa) #include "inc/board_config.h"