mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 08:42:38 +01:00 
			
		
		
		
	Allow setting stack size via user defines
Based on https://github.com/me-no-dev/AsyncTCP/pull/89 . This is a trivial change and potentially useful.
This commit is contained in:
		| @@ -63,7 +63,7 @@ static bool _start_asyncsock_task(void) | ||||
|         xTaskCreateUniversal( | ||||
|             _asynctcpsock_task, | ||||
|             "asyncTcpSock", | ||||
|             8192 * 2, | ||||
|             CONFIG_ASYNC_TCP_STACK, | ||||
|             NULL, | ||||
|             3,                              // <-- TODO: make priority a compile-time parameter | ||||
|             &_asyncsock_service_task_handle, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user