diff --git a/firmware/app/tasks/process_tc.h b/firmware/app/tasks/process_tc.h index ed2c28de..cc193e3e 100644 --- a/firmware/app/tasks/process_tc.h +++ b/firmware/app/tasks/process_tc.h @@ -45,7 +45,7 @@ #define TASK_PROCESS_TC_STACK_SIZE 500 /**< Stack size in bytes. */ #define TASK_PROCESS_TC_PRIORITY 4 /**< Task priority. */ #define TASK_PROCESS_TC_PERIOD_MS 1000 /**< Task period in milliseconds. */ -#define TASK_PROCESS_TC_INITIAL_DELAY_MS 2000 /**< Delay, in milliseconds, before the first execution. */ +#define TASK_PROCESS_TC_INITIAL_DELAY_MS 6500 /**< Delay, in milliseconds, before the first execution. */ #define TASK_PROCESS_TC_INIT_TIMEOUT_MS (10*1000) /**< Wait time to initialize the task in milliseconds. */ /** diff --git a/firmware/app/tasks/read_ttc.h b/firmware/app/tasks/read_ttc.h index 3baad073..8d4c7061 100644 --- a/firmware/app/tasks/read_ttc.h +++ b/firmware/app/tasks/read_ttc.h @@ -45,7 +45,7 @@ #define TASK_READ_TTC_STACK_SIZE 384 /**< Stack size in bytes. */ #define TASK_READ_TTC_PRIORITY 3 /**< Task priority. */ #define TASK_READ_TTC_PERIOD_MS (60000) /**< Task period in milliseconds. */ -#define TASK_READ_TTC_INITIAL_DELAY_MS 1000 /**< Delay, in milliseconds, before the first execution. */ +#define TASK_READ_TTC_INITIAL_DELAY_MS 5500 /**< Delay, in milliseconds, before the first execution. */ #define TASK_READ_TTC_INIT_TIMEOUT_MS 2000 /**< Wait time to initialize the task in milliseconds. */ /**