Przeglądaj źródła

dont reset when influxdb is not reachable

Thomas Buck 11 miesięcy temu
rodzic
commit
8c22a6a25d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      include/config.h

+ 1
- 1
include/config.h Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz