vTaskList() and others....
Posted: Sat Apr 27, 2024 1:37 am
This function and others that do task stats seem to be enabled, I found them in a few .h files, and no matter what I do I can not link it in the Arduino IDE.
I have also tried the:
As I assume they are not CPP files... but to no avail... still no go...
Anyone??
I have also tried the:
Code: Select all
extern "C" {
void vTaskGetRunTimeStats(char *);
};
Anyone??