Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 9c848da

Browse files
authored
v1.0.0 for ESP32
### Initial Releases v1.0.0 1. Initial coding to support **ESP32**
1 parent 23c7e6b commit 9c848da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src_cpp/AsyncTCP_SSL.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
#error This AsyncTCP_SSL library is supporting only ESP32
5151
#endif
5252

53+
#define ASYNC_TCP_SSL_VERSION "AsyncTCP_SSL v1.0.0"
54+
5355
#define ASYNC_TCP_SSL_ENABLED true
5456

5557
#include "IPAddress.h"

0 commit comments

Comments
 (0)