Adjust moister sensor boundaries

This commit is contained in:
c3ma
2021-07-09 19:40:51 +02:00
parent 12d4c9950d
commit 99703e5ad1
2 changed files with 5 additions and 4 deletions

View File

@@ -742,7 +742,7 @@ void loop()
}
/** Timeout always stopping the ESP -> no endless power consumption */
if (millis() > 60000 && !mDownloadMode)
if (millis() > ESP_STALE_TIMEOUT && !mDownloadMode)
{
Serial << (millis() / 1000) << "not terminated watchdog reset" << endl;
Serial.flush();