Skip to content

Commit 2e54cf7

Browse files
committed
Remove force-enable of ASYNC_TCP_SSL_ENABLED
1 parent 37974a7 commit 2e54cf7

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/AsyncTCP.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
#ifndef ASYNCTCP_H_
2525
#define ASYNCTCP_H_
2626

27-
// TODO: se debe quitar este #define para que pueda habilitarse a voluntad el SSL
28-
// según el proyecto. Se coloca aquí para probar el desarrollo
29-
#define ASYNC_TCP_SSL_ENABLED 1
30-
3127
#include "IPAddress.h"
3228
#include "sdkconfig.h"
3329
#include <functional>

src/AsyncTCP_TLS_Context.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#pragma once
22

3-
// TODO: se debe quitar este #define para que pueda habilitarse a voluntad el SSL
4-
// según el proyecto. Se coloca aquí para probar el desarrollo
5-
#define ASYNC_TCP_SSL_ENABLED 1
6-
73
#if ASYNC_TCP_SSL_ENABLED
84

95
#include "mbedtls/platform.h"

0 commit comments

Comments
 (0)