Browse Source
Merge pull request #747 from john-tho/patch-1
Documentation fix: general.h INFLUXDB_SUPPORT comment: Disable by default
rfm69
Xose Pérez
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|