瀏覽代碼

updated default timings

Thomas Buck 3 年之前
父節點
當前提交
2fe92085db
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      include/config.h

+ 3
- 3
include/config.h 查看文件

@@ -29,11 +29,11 @@
29 29
 #define DISPLAY_BACKLIGHT_TIMEOUT (5UL * 60UL * 1000UL)
30 30
 
31 31
 // in seconds
32
-#define MAX_TANK_FILL_TIME 30
32
+#define MAX_TANK_FILL_TIME (67 + 3)
33 33
 #define AUTO_PUMP_RUNTIME 5
34
-#define MAX_AUTO_PLANT_RUNTIME (10 * 60)
34
+#define MAX_AUTO_PLANT_RUNTIME (30 * 60)
35 35
 #define MAX_PUMP_RUNTIME 30
36
-#define MAX_VALVE_RUNTIME (10 * 60)
36
+#define MAX_VALVE_RUNTIME (45 * 60)
37 37
 
38 38
 // Sketch version
39 39
 #define FIRMWARE_VERSION "0.2"

Loading…
取消
儲存