Added clarifying comment of inclusion of `RH_RF95.h`

This commit is contained in:
jakeg00dwin 2024-09-26 16:53:33 -07:00
parent 51a7c206c6
commit c92d459809
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <FastLED.h> // Library to control the LED ring (WS2812) #include <FastLED.h> // Library to control the LED ring (WS2812)
#include <TinyGPS++.h> // Library to handle GPS data #include <TinyGPS++.h> // Library to handle GPS data
#include <SoftwareSerial.h> // Software serial for GPS communication #include <SoftwareSerial.h> // Software serial for GPS communication
#include <RH_RF95.h> // #include <RH_RF95.h> // RadioHead Library(LoRa)
#include "inc/board_config.h" #include "inc/board_config.h"