mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-10-16 01:01:27 +08:00
12 lines
335 B
C
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_ */
|