Browse Source

dont reset when influxdb is not reachable

Thomas Buck 10 months ago
parent
commit
8c22a6a25d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      include/config.h

+ 1
- 1
include/config.h View File

@@ -40,7 +40,7 @@
40 40
 #define INFLUXDB_HOST "INFLUX_IP_HERE"
41 41
 #define INFLUXDB_PORT 8086
42 42
 #define INFLUXDB_DATABASE "roomsensorsdiy"
43
-#define INFLUX_MAX_ERRORS_RESET 10
43
+//#define INFLUX_MAX_ERRORS_RESET 10
44 44
 
45 45
 // all given in milliseconds
46 46
 #define SERVER_HANDLE_INTERVAL 10

Loading…
Cancel
Save