ESP3D/libraries/ESPAsyncTCP/src/async_config.h
2018-07-04 18:56:39 +02:00

12 lines
335 B
C

#ifndef LIBRARIES_ESPASYNCTCP_SRC_ASYNC_CONFIG_H_
#define LIBRARIES_ESPASYNCTCP_SRC_ASYNC_CONFIG_H_
#ifndef ASYNC_TCP_SSL_ENABLED
#define ASYNC_TCP_SSL_ENABLED 0
#endif
#define ASYNC_TCP_DEBUG(...) //ets_printf(__VA_ARGS__)
#define TCP_SSL_DEBUG(...) //ets_printf(__VA_ARGS__)
#endif /* LIBRARIES_ESPASYNCTCP_SRC_ASYNC_CONFIG_H_ */