You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to search for the function that cause the problem (vApplicationGetTimerTaskMemory) But i only found an extern vApplicationGetTimerTaskMemory. in timer.c
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
can't find vApplicationGetTimerTaskMemory function.
can't find vApplicationGetTimerTaskMemory function. (GIT8266O-843)
Jan 12, 2024
/* If static allocation is supported then the application must provide the
following callback function - which enables the application to optionally
provide the memory that will be used by the timer task as the task's stack
and TCB. */
----------------------------- Delete below -----------------------------
I've been facing an error that says
INSTRUCTIONS
my Wifi.h :
wifi.cpp :
cmake :
I've tried with and without REQUIRES
Environment
-vscode
-Nodemcu
Problem Description
I've tried to search for the function that cause the problem (vApplicationGetTimerTaskMemory) But i only found an extern vApplicationGetTimerTaskMemory. in timer.c
The text was updated successfully, but these errors were encountered: