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

Commit

Permalink
v1.0.0 for ESP32
Browse files Browse the repository at this point in the history
### Initial Releases v1.0.0

1. Initial coding to support **ESP32**
  • Loading branch information
khoih-prog authored Oct 22, 2021
1 parent 23c7e6b commit 9c848da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src_cpp/AsyncTCP_SSL.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
#error This AsyncTCP_SSL library is supporting only ESP32
#endif

#define ASYNC_TCP_SSL_VERSION "AsyncTCP_SSL v1.0.0"

#define ASYNC_TCP_SSL_ENABLED true

#include "IPAddress.h"
Expand Down

0 comments on commit 9c848da

Please sign in to comment.