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

Commit

Permalink
v2.4.0 for ESP32 and LwIP W5500 Ethernet
Browse files Browse the repository at this point in the history
### Releases v2.4.0

1. Add support to ESP32 boards using `LwIP W5500 Ethernet`
2. Fix bug. Check [Fix "blank new line in chunk" bug #50](khoih-prog/AsyncHTTPRequest_Generic#50)
  • Loading branch information
khoih-prog committed Dec 1, 2022
1 parent c1fc1a5 commit 4b064d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* [1. AsyncHTTPSRequest_WT32_ETH01](examples/WT32_ETH01/AsyncHTTPSRequest_WT32_ETH01)
* [For ESP32_ENC](#for-ESP32_ENC)
* [1. AsyncHTTPSRequest_ESP32_ENC](examples/ESP32_ENC/AsyncHTTPSRequest_ESP32_ENC)
* [For ESP32, WT32_ETH01 or ESP32_ENC](#For-ESP32-WT32_ETH01-or-ESP32_ENC)
* [For ESP32, WT32_ETH01, ESP32_ENC or ESP32_W5500](#For-ESP32-WT32_ETH01-ESP32_ENC-or-ESP32_W5500)
* [1. multiFileProject](examples/multiFileProject)
* [Example AsyncHTTP_HTTPSRequest_ESP](#example-AsyncHTTP_HTTPSRequest_ESP)
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
Expand Down Expand Up @@ -376,15 +376,15 @@ https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/blob/6168613ea8c6cb4fd9d
1. [AsyncHTTPSRequest_ESP32_W5500](examples/ESP32_W5500/AsyncHTTPSRequest_ESP32_W5500)
#### For ESP32, WT32_ETH01 or ESP32_ENC
#### For ESP32, WT32_ETH01, ESP32_ENC or ESP32_W5500
1. [multiFileProject](examples/multiFileProject)
---
### Example [AsyncHTTP_HTTPSRequest_ESP](examples/AsyncHTTP_HTTPSRequest_ESP)
https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/blob/67580364d2ecb2f3eb1e350f001ba5535087faba/examples/AsyncHTTP_HTTPSRequest_ESP/AsyncHTTP_HTTPSRequest_ESP.ino#L43-L400
https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/blob/c1fc1a5e4c6948f30b741553db2ce5e95c555175/examples/AsyncHTTP_HTTPSRequest_ESP/AsyncHTTP_HTTPSRequest_ESP.ino#L43-L402
---
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
## Table of Contents

* [Changelog](#changelog)
* [Releases v2.4.0](#releases-v240)
* [Releases v2.3.0](#releases-v230)
* [Releases v2.2.1](#releases-v221)
* [Releases v2.2.0](#releases-v220)
Expand Down

0 comments on commit 4b064d2

Please sign in to comment.