diff --git a/fdrs_globals.h b/fdrs_globals.h index 8ffbc49..9a2aeb5 100644 --- a/fdrs_globals.h +++ b/fdrs_globals.h @@ -1,3 +1,6 @@ +// ToDo: refactor the global GLOBALS to FDRS_GLOBALS as GLOBALS is ... well, too global ;) +#ifndef GLOBALS +#define GLOBALS #define GLOBAL_SSID "Your SSID" #define GLOBAL_PASS "Password" #define GLOBAL_MQTT_ADDR "192.168.0.8" @@ -9,4 +12,4 @@ #define GLOBAL_BAND 915E6 //LoRa Frequency Band #define GLOBAL_SF 7 //LoRa Spreading Factor -#define GLOBALS \ No newline at end of file +#endif GLOBALS