Explorar el Código

dont reset when influxdb is not reachable

Thomas Buck hace 11 meses
padre
commit
8c22a6a25d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      include/config.h

+ 1
- 1
include/config.h Ver fichero

@@ -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…
Cancelar
Guardar