universam1 / iSpindel

electronic Hydrometer
http://www.ispindel.de
Other
827 stars 324 forks source link

Fix preprocessor directives to be able to turn APIs on and off if needs #511

Closed pppedrillo closed 3 years ago

pppedrillo commented 3 years ago

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