Closed pppedrillo closed 3 years ago
It gives ability to turn certain API(s) on and off in Global.h
#define API_UBIDOTS true or #define API_UBIDOTS false etc
#define API_UBIDOTS true
#define API_UBIDOTS false
ifdef s changed to #if
It gives ability to turn certain API(s) on and off in Global.h
#define API_UBIDOTS true
or#define API_UBIDOTS false
etc