Remove force-enable of ASYNC_TCP_SSL_ENABLED

This commit is contained in:
Alex Villacís Lasso
2021-10-13 15:19:39 -05:00
parent 37974a7f79
commit 2e54cf7e3e
2 changed files with 0 additions and 8 deletions

View File

@@ -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>

View File

@@ -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"