Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r15f9827c863812cfd1f891d22342103fe9a72abc -re5006f5263e8540e730dd802016fef5973ecea4c --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 15f9827c863812cfd1f891d22342103fe9a72abc) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision e5006f5263e8540e730dd802016fef5973ecea4c) @@ -109,7 +109,7 @@ #define DOP_PWM_TO_MOTOR_SPEED_RPM(pwm) ( ((pwm) - DOP_PWM_ZERO_OFFSET) * 4000.0 ) #define PUMP_DIR_ERROR_COUNT_MASK 0x3F ///< Bit mask for pump direction error counter. -#define DATA_PUBLISH_COUNTER_START_COUNT 6 ///< Data publish counter start count. +#define DATA_PUBLISH_COUNTER_START_COUNT 40 ///< Data publish counter start count. /// Enumeration of dialysate outlet pump controller states. typedef enum DialOutPump_States