Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r8defcfa32034c4068b733930c2e8b0989c55daba -rf3a37b79a275a1854bf122ccf88669eaf97e5b17 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 8defcfa32034c4068b733930c2e8b0989c55daba) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision f3a37b79a275a1854bf122ccf88669eaf97e5b17) @@ -90,7 +90,7 @@ #define ROP_FEEDBACK_100_PCT_DUTY_CYCLE_VOLTAGE 2.5 ///< RO pump 100% duty cycle feedback voltage. #define ROP_DUTY_CYCLE_OUT_OF_RANGE_TOLERANCE 0.05 ///< RO pump duty cycle out of range tolerance. -#define DATA_PUBLISH_COUNTER_START_COUNT 3 ///< Data publish counter start count. +#define DATA_PUBLISH_COUNTER_START_COUNT 50 ///< Data publish counter start count. /// Enumeration of RO pump states. typedef enum ROPump_States