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

Commit 4b064d2

Browse files
authored
v2.4.0 for ESP32 and LwIP W5500 Ethernet
### 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)
1 parent c1fc1a5 commit 4b064d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* [1. AsyncHTTPSRequest_WT32_ETH01](examples/WT32_ETH01/AsyncHTTPSRequest_WT32_ETH01)
5151
* [For ESP32_ENC](#for-ESP32_ENC)
5252
* [1. AsyncHTTPSRequest_ESP32_ENC](examples/ESP32_ENC/AsyncHTTPSRequest_ESP32_ENC)
53-
* [For ESP32, WT32_ETH01 or ESP32_ENC](#For-ESP32-WT32_ETH01-or-ESP32_ENC)
53+
* [For ESP32, WT32_ETH01, ESP32_ENC or ESP32_W5500](#For-ESP32-WT32_ETH01-ESP32_ENC-or-ESP32_W5500)
5454
* [1. multiFileProject](examples/multiFileProject)
5555
* [Example AsyncHTTP_HTTPSRequest_ESP](#example-AsyncHTTP_HTTPSRequest_ESP)
5656
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
@@ -376,15 +376,15 @@ https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/blob/6168613ea8c6cb4fd9d
376376
377377
1. [AsyncHTTPSRequest_ESP32_W5500](examples/ESP32_W5500/AsyncHTTPSRequest_ESP32_W5500)
378378
379-
#### For ESP32, WT32_ETH01 or ESP32_ENC
379+
#### For ESP32, WT32_ETH01, ESP32_ENC or ESP32_W5500
380380
381381
1. [multiFileProject](examples/multiFileProject)
382382
383383
---
384384
385385
### Example [AsyncHTTP_HTTPSRequest_ESP](examples/AsyncHTTP_HTTPSRequest_ESP)
386386
387-
https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/blob/67580364d2ecb2f3eb1e350f001ba5535087faba/examples/AsyncHTTP_HTTPSRequest_ESP/AsyncHTTP_HTTPSRequest_ESP.ino#L43-L400
387+
https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/blob/c1fc1a5e4c6948f30b741553db2ce5e95c555175/examples/AsyncHTTP_HTTPSRequest_ESP/AsyncHTTP_HTTPSRequest_ESP.ino#L43-L402
388388
389389
390390
---

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
## Table of Contents
1818

1919
* [Changelog](#changelog)
20+
* [Releases v2.4.0](#releases-v240)
2021
* [Releases v2.3.0](#releases-v230)
2122
* [Releases v2.2.1](#releases-v221)
2223
* [Releases v2.2.0](#releases-v220)

0 commit comments

Comments
 (0)