Browse Source

updated default timings

Thomas Buck 3 years ago
parent
commit
2fe92085db
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      include/config.h

+ 3
- 3
include/config.h View File

@@ -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…
Cancel
Save