From 708513ec821789f2606073638268a6b705ac469b Mon Sep 17 00:00:00 2001 From: john-tho Date: Tue, 3 Apr 2018 11:34:10 +1000 Subject: [PATCH] Fix general.h INFLUXDB_SUPPORT comment: Disable by default 5d10a6ff5562dfaa7c69a51bb566b4239ff1e6e6 disabled InfluxDB support by default, but did not adjust the comment. --- code/espurna/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 1b08b812..dc152216 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -766,7 +766,7 @@ PROGMEM const char* const custom_reset_string[] = { // ----------------------------------------------------------------------------- #ifndef INFLUXDB_SUPPORT -#define INFLUXDB_SUPPORT 0 // Enable InfluxDB support by default (4.38Kb) +#define INFLUXDB_SUPPORT 0 // Disable InfluxDB support by default (4.38Kb) #endif #define INFLUXDB_ENABLED 0 // InfluxDB disabled by default