diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index fe7c12c..de34757 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -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 diff --git a/src/AsyncTCP_TLS_Context.h b/src/AsyncTCP_TLS_Context.h index 2757212..276376f 100644 --- a/src/AsyncTCP_TLS_Context.h +++ b/src/AsyncTCP_TLS_Context.h @@ -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"