Farm-Data-Relay-System/FDRS_Install/fdrs_globals.h

8 lines
212 B
C
Raw Normal View History

2022-06-17 23:51:09 +00:00
#define GLOBAL_SSID "Your SSID"
#define GLOBAL_PASS "Password"
#define GLOBAL_MQTT_ADDR "192.168.0.8"
#define GLOBAL_BAND 915E6 //LoRa Frequency Band
#define GLOBAL_SF 7 //LoRa Spreading Factor
#define GLOBALS