extended turn off time to one hour

This commit is contained in:
Lukas Heiligenbrunner 2020-05-06 19:56:57 +02:00
parent 7061411ecc
commit 94848ce00f

View File

@ -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;