We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37974a7 commit 2e54cf7Copy full SHA for 2e54cf7
src/AsyncTCP.h
@@ -24,10 +24,6 @@
24
#ifndef ASYNCTCP_H_
25
#define ASYNCTCP_H_
26
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
-
31
#include "IPAddress.h"
32
#include "sdkconfig.h"
33
#include <functional>
src/AsyncTCP_TLS_Context.h
@@ -1,9 +1,5 @@
1
#pragma once
2
3
4
5
6
7
#if ASYNC_TCP_SSL_ENABLED
8
9
#include "mbedtls/platform.h"
0 commit comments