Display actual core assignment for asyncTcpSock task

For ease of debugging.
This commit is contained in:
Alex Villacís Lasso
2021-08-02 18:57:38 -05:00
parent 16292c981e
commit 01f436bbcb

View File

@@ -57,6 +57,7 @@ static uint8_t _readBuffer[MAX_PAYLOAD_SIZE];
static bool _start_asyncsock_task(void)
{
if (!_asyncsock_service_task_handle) {
log_i("Creating asyncTcpSock task running in core %d (-1 for any available core)...", CONFIG_ASYNC_TCP_RUNNING_CORE);
xTaskCreateUniversal(
_asynctcpsock_task,
"asyncTcpSock",