Index: firmware/App/Controllers/DrainPump.c =================================================================== diff -u -r8defcfa32034c4068b733930c2e8b0989c55daba -rf3a37b79a275a1854bf122ccf88669eaf97e5b17 --- firmware/App/Controllers/DrainPump.c (.../DrainPump.c) (revision 8defcfa32034c4068b733930c2e8b0989c55daba) +++ firmware/App/Controllers/DrainPump.c (.../DrainPump.c) (revision f3a37b79a275a1854bf122ccf88669eaf97e5b17) @@ -76,7 +76,7 @@ #define SAFETY_SHUTDOWN_TIMEOUT MS_PER_SECOND ///< Drain pump safety shutdown activation timeout. #define DRAIN_PUMP_OFF_RPM_ADC_COUNT 0xFFFF ///< ADC count value when pump is off. -#define DATA_PUBLISH_COUNTER_START_COUNT 33 ///< Data publish counter start count. +#define DATA_PUBLISH_COUNTER_START_COUNT 60 ///< Data publish counter start count. /// Enumeration of drain pump states. typedef enum DrainPump_States