Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r726c340ed2bdedd8532a2ee26422e1b70643397f -r231665843bcb057cab17d967fa1543d94a66c9df --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 726c340ed2bdedd8532a2ee26422e1b70643397f) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 231665843bcb057cab17d967fa1543d94a66c9df) @@ -74,6 +74,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.