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
parent
commit
2c5662b0a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/general.h

+ 1
- 1
code/espurna/config/general.h View File

@ -766,7 +766,7 @@ PROGMEM const char* const custom_reset_string[] = {
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#ifndef INFLUXDB_SUPPORT #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 #endif
#define INFLUXDB_ENABLED 0 // InfluxDB disabled by default #define INFLUXDB_ENABLED 0 // InfluxDB disabled by default


Loading…
Cancel
Save