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

Commit 857267d

Browse files
authored
v1.0.0 for ESP32
### Initial Releases v1.0.0 1. Initial coding to support **ESP32**
1 parent 8d65e8b commit 857267d

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,13 @@
2222
* [Use Arduino Library Manager](#use-arduino-library-manager)
2323
* [Manual Install](#manual-install)
2424
* [VS Code & PlatformIO](#vs-code--platformio)
25-
* [Packages' Patches](#packages-patches)
26-
* [1. For Portenta_H7 boards using Arduino IDE in Linux](#1-for-portenta_h7-boards-using-arduino-ide-in-linux)
27-
* [2. To fix compile error relating to dns_gethostbyname and LwIP stack](#2-to-fix-compile-error-relating-to-dns_gethostbyname-and-lwip-stack)
2825
* [Orignal documentation](#Orignal-documentation)
29-
* [AsyncClient and AsyncServer](#AsyncClient-and-AsyncServer)
30-
* [AsyncPrinter](#AsyncPrinter)
31-
* [AsyncTCPbuffer](#AsyncTCPbuffer)
32-
* [SyncClient](#SyncClient)
26+
* [AsyncSSLClient](#AsyncSSLClient)
3327
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
34-
* [1. Async_AdvancedWebServer on PORTENTA_H7_M7 using Ethernet](#1-Async_AdvancedWebServer-on-PORTENTA_H7_M7-using-Ethernet)
35-
* [2. Async_AdvancedWebServer on PORTENTA_H7_M7 using WiFi](#2-Async_AdvancedWebServer-on-PORTENTA_H7_M7-using-WiFi)
36-
* [3. AsyncHTTPRequest on PORTENTA_H7_M7 using WiFi](#3-AsyncHTTPRequest-on-PORTENTA_H7_M7-using-WiFi)
37-
* [4. AsyncHTTPRequest on PORTENTA_H7_M7 using Ethernet](#4-AsyncHTTPRequest-on-PORTENTA_H7_M7-using-Ethernet)
28+
* [1. AsyncHTTPSRequest_ESP on ESP32_DEV](#1-AsyncHTTPSRequest_ESP-on-ESP32_DEV)
29+
* [2. AsyncHTTPSRequest_ESP on ESP32S2_DEV](#2-AsyncHTTPSRequest_ESP-on-ESP32S2_DEV)
3830
* [Debug](#debug)
3931
* [Troubleshooting](#troubleshooting)
40-
* [Releases](#releases)
4132
* [Issues](#issues)
4233
* [TO DO](#to-do)
4334
* [DONE](#done)

0 commit comments

Comments
 (0)