fix water error code

This commit is contained in:
Empire
2023-02-10 22:23:04 +01:00
parent 68386ce02f
commit 2b6d766492
2 changed files with 6 additions and 4 deletions

View File

@@ -1105,7 +1105,7 @@ void plantcontrol()
}
}
else{
log(LOG_LEVEL_ERROR, LOG_PUMP_BUTNOTANK_MESSAGE, LOG_PUMP_BUTNOTANK_CODE);
log(LOG_LEVEL_ERROR, LOG_VERY_COLD_WATER, LOG_VERY_COLD_WATER_CODE);
pumpToRun = -1;
}
}