Index: firmware/App/Controllers/Fans.c =================================================================== diff -u -r264d5853c97ab9550878609c9302e87464078734 -r55a8b1f7f4e8a8eaf6dc83f0d5fcf0a3e36a7027 --- firmware/App/Controllers/Fans.c (.../Fans.c) (revision 264d5853c97ab9550878609c9302e87464078734) +++ firmware/App/Controllers/Fans.c (.../Fans.c) (revision 55a8b1f7f4e8a8eaf6dc83f0d5fcf0a3e36a7027) @@ -57,7 +57,7 @@ #define FANS_MIN_ALLOWED_RPM 150 ///< Fans max allowed RPM value. #define FANS_MIN_RPM_OUT_OF_RANGE_TOL 0.25F ///< Fans min RPM out of range tolerance. #define FANS_MAX_RPM_OUT_OF_RANGE_TOL 0.5F ///< Fans max RPM out of range tolerance. -#define DATA_PUBLISH_COUNTER_START_COUNT 4 ///< Data publish counter start count. +#define DATA_PUBLISH_COUNTER_START_COUNT 12 ///< Data publish counter start count. /// Fans exec states typedef enum fans_Exec_States Index: firmware/App/Controllers/UVReactors.c =================================================================== diff -u -r8fe65bf6222137cc7182ccacff3a5f2fb2f03753 -r55a8b1f7f4e8a8eaf6dc83f0d5fcf0a3e36a7027 --- firmware/App/Controllers/UVReactors.c (.../UVReactors.c) (revision 8fe65bf6222137cc7182ccacff3a5f2fb2f03753) +++ firmware/App/Controllers/UVReactors.c (.../UVReactors.c) (revision 55a8b1f7f4e8a8eaf6dc83f0d5fcf0a3e36a7027) @@ -42,7 +42,7 @@ /// Self test wait time after enabling the reactors and before checking for their health in ms. #define SELF_TEST_DELAY_TIME 1000 #define MAX_ALLOWED_UNHEALTHY_REACTOR_PERIOD MS_PER_SECOND ///< UV reactors unhealthy state period. -#define DATA_PUBLISH_COUNTER_START_COUNT 6 ///< Data publish counter start count. +#define DATA_PUBLISH_COUNTER_START_COUNT 90 ///< Data publish counter start count. /// UV reactors self test states typedef enum self_tests