From bf6a7bf0f989ef6c74f9acaeeb3dbfc759900925 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 4 Dec 2022 05:34:35 -0500 Subject: [PATCH] Add HTTPS_Server_Generic library #### Releases v1.2.0 1. Initial coding to port [esp32_https_server](https://github.com/fhessel/esp32_https_server) and [ESP32_HTTPS_Server](https://github.com/khoih-prog/ESP32_HTTPS_Server) to ESP32 boards, WT32_ETH01, (ESP32 + LwIP W5500) and (ESP32 + LwIP ENC28J60) Ethernet 2. Use `allman astyle` and restyle library. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 07538258e..fb3da9279 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5390,3 +5390,4 @@ https://github.com/khoih-prog/AsyncUDP_ESP32_W5500 https://github.com/khoih-prog/AsyncDNSServer_ESP32_W5500 https://github.com/AIS-DeviceInnovation/Magellan https://github.com/KravitzLabDevices/FORCE2 +https://github.com/khoih-prog/HTTPS_Server_Generic