Checklist
How often does this bug occurs?
always
Expected behavior
Run perfectly
Actual behavior (suspected bug)
getting compilation error -
esp-who/components/who_task/who_task_state.cpp:73:37: error: 'TaskStatus_t' {aka 'struct xTASK_STATUS'} has no member named 'xCoreID'
73 | task_status_array[i].xCoreID,
Error logs or terminal output
esp-who/components/who_task/who_task_state.cpp:73:37: error: 'TaskStatus_t' {aka 'struct xTASK_STATUS'} has no member named 'xCoreID'
73 | task_status_array[i].xCoreID,
Steps to reproduce the behavior
compile main branch
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
window 10 and using espressif extension in vscode
Shell
ZSH
Additional context
No response
Checklist
How often does this bug occurs?
always
Expected behavior
Run perfectly
Actual behavior (suspected bug)
getting compilation error -
esp-who/components/who_task/who_task_state.cpp:73:37: error: 'TaskStatus_t' {aka 'struct xTASK_STATUS'} has no member named 'xCoreID'
73 | task_status_array[i].xCoreID,
Error logs or terminal output
Steps to reproduce the behavior
compile main branch
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
window 10 and using espressif extension in vscode
Shell
ZSH
Additional context
No response