Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r384929156a27d850f53a27802e4be69fb906b4c1 -r507ef19dc27b5836353364b278ccb420c9586c02 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 384929156a27d850f53a27802e4be69fb906b4c1) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 507ef19dc27b5836353364b278ccb420c9586c02) @@ -84,7 +84,7 @@ /// Persist time (task intervals) motor speed error condition. static const U32 DIP_MOTOR_SPEED_ERROR_PERSIST = ((5 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); /// Rotor speed persist time test needs a minimum number of rotations or time. -static const U32 DIP_ROTOR_ERROR_PERSIST_ROTATION_MIN = 10; +static const U32 DIP_ROTOR_ERROR_PERSIST_ROTATION_MIN = 20; static const U32 DIP_ROTOR_ERROR_PERSIST_TIME_MIN = (20 * MS_PER_SECOND); /// Persist time (task intervals) pump direction error condition. static const U32 DIP_DIRECTION_ERROR_PERSIST = (250 / TASK_PRIORITY_INTERVAL);