From 466e1b47c5a6dc18280851c416b5f5ff5111e752 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Tue, 10 Dec 2024 16:20:14 +0100 Subject: [PATCH] Change the default timing for valve. --- Valve.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Valve.h b/Valve.h index 8ce5c10..0701423 100644 --- a/Valve.h +++ b/Valve.h @@ -28,9 +28,9 @@ class Valve Valve &operator=(const Valve &other) = delete; - void open(float seconds = 5); - void open_barely(float seconds = 5); - void close(float seconds = 5); - void close_open_clean(unsigned int count = 3); + void open(float seconds = 3); + void open_barely(float seconds = 3); + void close(float seconds = 3); + void close_open_clean(unsigned int count = 2); }; #endif // VALVE_H -- 2.30.2