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

Commit 6e7af2b

Browse files
authored
v2.5.0 for LwIP W6100 and fix bugs
### Releases v2.5.0 1. Add support to ESP32 boards using `LwIP W6100 Ethernet` 2. Fix bug of wrong `reqStates`. Check [Callback behavior buggy #19](#19) 3. Fix bug of `_parseURL()`. Check [Bug with _parseURL() #21](#21) 4. Improve `README.md` so that links can be used in other sites, such as `PIO`
1 parent 36dcb2e commit 6e7af2b

4 files changed

+4
-4
lines changed

src/AsyncHTTPSRequest_Debug_Generic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
2.2.1 K Hoang 09/11/2022 Default to reconnect to the same host:port after connected for new HTTP sites
3939
2.3.0 K Hoang 28/11/2022 Add support to ESP32 boards using LwIP ENC28J60 Ethernet
4040
2.4.0 K Hoang 30/11/2022 Add support to ESP32 boards using LwIP W5500 Ethernet. Fix bug
41-
2.5.0 K Hoang 31/01/2023 Fix bug of wrong reqStates and _parseURL()
41+
2.5.0 K Hoang 31/01/2023 Add support to ESP32 using LwIP W6100 Ethernet. Fix bug of wrong reqStates and _parseURL()
4242
*****************************************************************************************************************************/
4343

4444
#pragma once

src/AsyncHTTPSRequest_Generic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
2.2.1 K Hoang 09/11/2022 Default to reconnect to the same host:port after connected for new HTTP sites
3939
2.3.0 K Hoang 28/11/2022 Add support to ESP32 boards using LwIP ENC28J60 Ethernet
4040
2.4.0 K Hoang 30/11/2022 Add support to ESP32 boards using LwIP W5500 Ethernet. Fix bug
41-
2.5.0 K Hoang 31/01/2023 Fix bug of wrong reqStates and _parseURL()
41+
2.5.0 K Hoang 31/01/2023 Add support to ESP32 using LwIP W6100 Ethernet. Fix bug of wrong reqStates and _parseURL()
4242
*****************************************************************************************************************************/
4343

4444
#pragma once

src/AsyncHTTPSRequest_Generic.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
2.2.1 K Hoang 09/11/2022 Default to reconnect to the same host:port after connected for new HTTP sites
3939
2.3.0 K Hoang 28/11/2022 Add support to ESP32 boards using LwIP ENC28J60 Ethernet
4040
2.4.0 K Hoang 30/11/2022 Add support to ESP32 boards using LwIP W5500 Ethernet. Fix bug
41-
2.5.0 K Hoang 31/01/2023 Fix bug of wrong reqStates and _parseURL()
41+
2.5.0 K Hoang 31/01/2023 Add support to ESP32 using LwIP W6100 Ethernet. Fix bug of wrong reqStates and _parseURL()
4242
*****************************************************************************************************************************/
4343

4444
#pragma once

src/AsyncHTTPSRequest_Impl_Generic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
2.2.1 K Hoang 09/11/2022 Default to reconnect to the same host:port after connected for new HTTP sites
3939
2.3.0 K Hoang 28/11/2022 Add support to ESP32 boards using LwIP ENC28J60 Ethernet
4040
2.4.0 K Hoang 30/11/2022 Add support to ESP32 boards using LwIP W5500 Ethernet. Fix bug
41-
2.5.0 K Hoang 31/01/2023 Fix bug of wrong reqStates and _parseURL()
41+
2.5.0 K Hoang 31/01/2023 Add support to ESP32 using LwIP W6100 Ethernet. Fix bug of wrong reqStates and _parseURL()
4242
*****************************************************************************************************************************/
4343

4444
#pragma once

0 commit comments

Comments
 (0)