#ifndef TASK_CONFIG_H #define TASK_CONFIG_H #define TASK_IMPL_LVE_STACK_SIZE 4096 #define TASK_IMPL_LVE_PRIORITY 4 #define TASK_IMPL_LVT_STACK_SIZE 4096 #define TASK_IMPL_LVT_PRIORITY 5 #define TASK_SVC_CLK_STACK_SIZE 2048 #define TASK_SVC_CLK_PRIORITY 6 #define TASK_SVC_DHT_STACK_SIZE 2048 #define TASK_SVC_DHT_PRIORITY 6 #define TASK_SVC_WIFI_STACK_SIZE 2048 #define TASK_SVC_WIFI_PRIORITY 6 #endif