Browse Source

Fix general.h INFLUXDB_SUPPORT comment: Disable by default

5d10a6ff55 disabled InfluxDB support by default, but did not adjust the comment.
rfm69
john-tho 6 years ago
committed by GitHub
parent
commit
708513ec82
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
#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


Loading…
Cancel
Save