From: Lukáš Jiřiště Date: Tue, 10 Dec 2024 15:20:14 +0000 (+0100) Subject: Change the default timing for valve. X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=466e1b47c5a6dc18280851c416b5f5ff5111e752;p=Servomatic.git Change the default timing for valve. --- 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