Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r4410663759b990e232cd02b24c8c21fed87c01c4 -r22c6e77d77763c5b34b5dd8c3fcd45cb8c16324c --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 4410663759b990e232cd02b24c8c21fed87c01c4) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 22c6e77d77763c5b34b5dd8c3fcd45cb8c16324c) @@ -89,7 +89,7 @@ #define DOP_MAX_CURR_WHEN_STOPPED_MA 150.0F ///< Motor controller current should not exceed this when pump should be stopped. #define DOP_MAX_CURR_WHEN_RUNNING_MA 2000.0F ///< Motor controller current should not exceed this when pump should be running. -#define DOP_MAX_CURR_ERROR_DURATION_MS 2000 ///< Motor controller current errors persisting beyond this duration will trigger an alarm. +#define DOP_MAX_CURR_ERROR_DURATION_MS 5000 ///< Motor controller current errors persisting beyond this duration will trigger an alarm. #define DOP_ADC_FULL_SCALE_V 3.0F ///< DPo analog signals are 0-3V (while int. ADC ref V may be different). #define DOP_ADC_ZERO 1998 ///< Mid-point (zero) for ADC readings.