mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 08:42:38 +01:00 
			
		
		
		
	Remove force-enable of ASYNC_TCP_SSL_ENABLED
This commit is contained in:
		| @@ -24,10 +24,6 @@ | ||||
| #ifndef ASYNCTCP_H_ | ||||
| #define ASYNCTCP_H_ | ||||
|  | ||||
| // TODO: se debe quitar este #define para que pueda habilitarse a voluntad el SSL | ||||
| // según el proyecto. Se coloca aquí para probar el desarrollo | ||||
| #define ASYNC_TCP_SSL_ENABLED 1 | ||||
|  | ||||
| #include "IPAddress.h" | ||||
| #include "sdkconfig.h" | ||||
| #include <functional> | ||||
|   | ||||
| @@ -1,9 +1,5 @@ | ||||
| #pragma once | ||||
|  | ||||
| // TODO: se debe quitar este #define para que pueda habilitarse a voluntad el SSL | ||||
| // según el proyecto. Se coloca aquí para probar el desarrollo | ||||
| #define ASYNC_TCP_SSL_ENABLED 1 | ||||
|  | ||||
| #if ASYNC_TCP_SSL_ENABLED | ||||
|  | ||||
| #include "mbedtls/platform.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user