Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -rded084860cbbde7fc763859c7c0991f13d77c8f9 -r22c6e77d77763c5b34b5dd8c3fcd45cb8c16324c --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision ded084860cbbde7fc763859c7c0991f13d77c8f9) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 22c6e77d77763c5b34b5dd8c3fcd45cb8c16324c) @@ -90,7 +90,7 @@ #define DIP_MAX_CURR_WHEN_STOPPED_MA 150.0F ///< Motor controller current should not exceed this when pump should be stopped. #define DIP_MAX_CURR_WHEN_RUNNING_MA 2000.0F ///< Motor controller current should not exceed this when pump should be running. -#define DIP_MAX_CURR_ERROR_DURATION_MS 2000 ///< Motor controller current errors persisting beyond this duration will trigger an alarm. +#define DIP_MAX_CURR_ERROR_DURATION_MS 5000 ///< Motor controller current errors persisting beyond this duration will trigger an alarm. #define DIAL_IN_PUMP_ADC_FULL_SCALE_V 3.0F ///< BP analog signals are 0-3V (while int. ADC ref V may be different). #define DIAL_IN_PUMP_ADC_ZERO 1998 ///< Mid-point (zero) for ADC readings.