Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -rc3315e0cc263df74569bbb58591229418b50fe92 -rdad9875b809383ca3cd5a24c6f888d02d5f6f2ab --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision c3315e0cc263df74569bbb58591229418b50fe92) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision dad9875b809383ca3cd5a24c6f888d02d5f6f2ab) @@ -75,6 +75,7 @@ /// Persist time (task intervals) for flow vs. motor speed error condition. static const U32 DIP_FLOW_VS_SPEED_PERSIST = ((5 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); +//static const U32 DIP_FLOW_VS_SPEED_PERSIST = ((60 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); //DN-03NOV2022 - Make it 1 minutes for testing /// Persist time (task intervals) for motor off error condition. static const U32 DIP_OFF_ERROR_PERSIST = ((5 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); /// Persist time (task intervals) motor speed error condition.