mirror of
https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
synced 2025-10-30 16:15:40 +01:00
Display actual core assignment for asyncTcpSock task
For ease of debugging.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user