extended turn off time to one hour
This commit is contained in:
parent
7061411ecc
commit
94848ce00f
@ -14,7 +14,7 @@ static const uint8_t DruckSensorPin = 12;
|
||||
static const uint8_t SchuetzPin = 13;
|
||||
|
||||
/** time config */
|
||||
static const int abschaltzeit = 1800; //sek
|
||||
static const int abschaltzeit = 3600; //sek
|
||||
static const int maxpumpdauer = 600; //sek
|
||||
|
||||
Ticker tick;
|
||||
|
Loading…
Reference in New Issue
Block a user