ソースを参照

dont reset when influxdb is not reachable

Thomas Buck 11ヶ月前
コミット
8c22a6a25d
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      include/config.h

+ 1
- 1
include/config.h ファイルの表示

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

読み込み中…
キャンセル
保存