mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
PID regulator alarm fix
This commit is contained in:
@@ -285,7 +285,8 @@ store->alarmTimer=millis();
|
||||
if (store->alarmArmed)
|
||||
{
|
||||
store->alarmArmed=false;
|
||||
alarm(false);
|
||||
alarm(false);
|
||||
store->prevOut=-2.0;
|
||||
}
|
||||
return 1;
|
||||
//break;
|
||||
|
||||
Reference in New Issue
Block a user