mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 00:32:37 +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) | static bool _start_asyncsock_task(void) | ||||||
| { | { | ||||||
|     if (!_asyncsock_service_task_handle) { |     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( |         xTaskCreateUniversal( | ||||||
|             _asynctcpsock_task, |             _asynctcpsock_task, | ||||||
|             "asyncTcpSock", |             "asyncTcpSock", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user