is it possible to pin wifi tasks (creating, init, handle, data transfer) to a specific core ? For beginnig, I tried to modify the WiFi/Station example on github. I added the define
Code: Select all
CONFIG_ESP32_WIFI_PINNED_CORE_1 1
In the WiFi event handler function/task I read out the CoreID but I only get CoreID:0...
It is not possible to pin wifi tasks to specific core ?
Best regards,
opcode_x64