generated from TDD-Templates/cmake_cpputest_template
Added clarifying comment of inclusion of `RH_RF95.h`
This commit is contained in:
parent
51a7c206c6
commit
c92d459809
|
@ -8,7 +8,7 @@
|
|||
#include <FastLED.h> // Library to control the LED ring (WS2812)
|
||||
#include <TinyGPS++.h> // Library to handle GPS data
|
||||
#include <SoftwareSerial.h> // Software serial for GPS communication
|
||||
#include <RH_RF95.h> //
|
||||
#include <RH_RF95.h> // RadioHead Library(LoRa)
|
||||
|
||||
#include "inc/board_config.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue