We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edec3f commit 6cf7683Copy full SHA for 6cf7683
main/src/user/bt_app_core.c
@@ -98,5 +98,5 @@ void bt_app_task_start_up(void)
98
{
99
s_bt_app_task_queue = xQueueCreate(10, sizeof(bt_app_msg_t));
100
101
- xTaskCreatePinnedToCore(bt_app_task, "btAppT", 1536, NULL, configMAX_PRIORITIES - 3, NULL, 0);
+ xTaskCreatePinnedToCore(bt_app_task, "btAppT", 1920, NULL, configMAX_PRIORITIES - 3, NULL, 0);
102
}
0 commit comments