vTaskList() seems to not work properly
Posted by
coco-nut on April 26, 2018
Hi! Just wanted to ask how I can fix the issue? Seems vTaskList() prints the table moved aside.
vTaskList() seems to not work properly
Posted by
rtel on April 27, 2018
I can’t see a picture to understand exactly what you mean, but it sounds
like a text formatting issue. Either edit the way the terminal shows
the text (spaces per tab, or line ends, or whatever the issue is) or
update the print statement in the vTaskList() function to create output
that displays aligned for you. Sometimes shortening the
configMAXTASKNAME_LEN definition can help align the names of the
tasks, where large variation in name length could cause alignment issues.