From 3d62d26dc088601aa444eba67e99979cf2e294ed Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 22 Oct 2021 00:16:53 -0400 Subject: [PATCH] Add AsyncTCP_SSL Library (#606) ### Initial Releases v1.0.0 1. Initial coding to support **ESP32** using AsyncTCP with SSL --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 41f1b5e3..747e376f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4315,3 +4315,4 @@ https://github.com/rei-vilo/PDLS_EXT3_Basic https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast https://github.com/A-Vision-Software/AVision_ESP8266 https://gitlab.com/yanranxiaoxi/AntiKeyRepetition.h +https://github.com/khoih-prog/AsyncTCP_SSL