PID regulator alarm fix

This commit is contained in:
2022-01-09 11:22:32 +03:00
parent a7f5c67ab2
commit 2b3c77bf03

View File

@@ -285,7 +285,8 @@ store->alarmTimer=millis();
if (store->alarmArmed)
{
store->alarmArmed=false;
alarm(false);
alarm(false);
store->prevOut=-2.0;
}
return 1;
//break;