From c36fdae631579a85e3bbc74db7aa07491459b58c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 22 Oct 2021 23:09:34 -0400 Subject: [PATCH] Add AsyncHTTPSRequest_Generic Library (#608) ### Releases v1.0.0 1. Initial coding to support Async HTTPS to **ESP32, ESP32_S2 and ESP32_C3** using built-in WiFi --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 29bd0d90..30902ab2 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4317,3 +4317,4 @@ 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 +https://github.com/khoih-prog/AsyncHTTPSRequest_Generic