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

Commit 89a10ce

Browse files
authored
v1.12.0 for ESP32 using LwIP Ethernet
### Releases v1.12.0 1. Initial coding to port [AsyncHTTPRequest_ESP32_Ethernet](https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet) to `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet` 2. Use `allman astyle` 3. Sync with [AsyncHTTPRequest_Generic v1.12.0](https://github.com/khoih-prog/AsyncHTTPRequest_Generic)
1 parent 613a212 commit 89a10ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Table of Contents
1818

19-
* [Why do we need the new AsyncHTTPRequest_ESP32_Ethernet library](#why-do-we-need-this-AsyncHTTPRequest_ESP32_Ethernet-library)
19+
* [Why do we need this AsyncHTTPRequest_ESP32_Ethernet library](#why-do-we-need-this-AsyncHTTPRequest_ESP32_Ethernet-library)
2020
* [Features](#features)
2121
* [Supports](#supports)
2222
* [Principles of operation](#principles-of-operation)
@@ -73,7 +73,7 @@
7373
---
7474

7575

76-
## Why do we need this Async [AsyncHTTPRequest_ESP32_Ethernet library](https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet)
76+
## Why do we need this [AsyncHTTPRequest_ESP32_Ethernet](https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet) library
7777

7878
### Features
7979

@@ -610,14 +610,14 @@ Submit issues to: [AsyncHTTPRequest_ESP32_Ethernet issues](https://github.com/kh
610610

611611
---
612612

613-
## TO DO
613+
### TO DO
614614

615615
1. Fix bug. Add enhancement
616616
2. Add support to more `LwIP Ethernet` shields
617617
3. Add support to more boards `ESP32_S2` and `ESP32_C3`
618618

619619

620-
## DONE
620+
### DONE
621621

622622
1. Initially add support to `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet`
623623
2. Sync with [AsyncHTTPRequest_Generic v1.12.0](https://github.com/khoih-prog/AsyncHTTPRequest_Generic)

0 commit comments

Comments
 (0)