ENABLE_INFLUXDB c++ macro definition (#1547)

* macro

* 2

* 2

* delete jomjol_mqtt from CMakeLists

* mqtt macro

* final

* ENABLE_INFLUXDB c++ macro definition
This commit is contained in:
Nicolas Liaudat
2022-12-11 20:35:39 +01:00
committed by GitHub
parent 286915b647
commit fd0ac182d2
9 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
#ifdef ENABLE_INFLUXDB
#include "interface_influxdb.h"
//#define LOG_LOCAL_LEVEL ESP_LOG_DEBUG
@@ -111,4 +112,4 @@ void InfluxDBInit(std::string _uri, std::string _database, std::string _measurem
void InfluxDBdestroy() {
}
#endif //ENABLE_INFLUXDB