Update main.cpp
This commit is contained in:
parent
65e1752984
commit
3916fa02ca
1
main.cpp
1
main.cpp
|
@ -7,6 +7,7 @@ so the copyright for this code belongs to Heltec Automation.
|
||||||
Any additional changes are free-to-use, but at your own risk.
|
Any additional changes are free-to-use, but at your own risk.
|
||||||
*/
|
*/
|
||||||
#include <Arduino.h> // for platform.io, remove when using Arduino IDE
|
#include <Arduino.h> // for platform.io, remove when using Arduino IDE
|
||||||
|
#include <radio.h> // not needed when using platform.io
|
||||||
|
|
||||||
// Radio settings for meshtastic channel "Default" @ "very long range (but slow)". Will not work with other settings or channels.
|
// Radio settings for meshtastic channel "Default" @ "very long range (but slow)". Will not work with other settings or channels.
|
||||||
#define RF_FREQUENCY 865200000 // Hz
|
#define RF_FREQUENCY 865200000 // Hz
|
||||||
|
|
Loading…
Reference in New Issue