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