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

Commit

Permalink
v2.5.0 for LwIP W6100 and fix bugs
Browse files Browse the repository at this point in the history
### 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`
  • Loading branch information
khoih-prog committed Feb 1, 2023
1 parent 36dcb2e commit 6e7af2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AsyncHTTPSRequest_Debug_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
2.2.1 K Hoang 09/11/2022 Default to reconnect to the same host:port after connected for new HTTP sites
2.3.0 K Hoang 28/11/2022 Add support to ESP32 boards using LwIP ENC28J60 Ethernet
2.4.0 K Hoang 30/11/2022 Add support to ESP32 boards using LwIP W5500 Ethernet. Fix bug
2.5.0 K Hoang 31/01/2023 Fix bug of wrong reqStates and _parseURL()
2.5.0 K Hoang 31/01/2023 Add support to ESP32 using LwIP W6100 Ethernet. Fix bug of wrong reqStates and _parseURL()
*****************************************************************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/AsyncHTTPSRequest_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
2.2.1 K Hoang 09/11/2022 Default to reconnect to the same host:port after connected for new HTTP sites
2.3.0 K Hoang 28/11/2022 Add support to ESP32 boards using LwIP ENC28J60 Ethernet
2.4.0 K Hoang 30/11/2022 Add support to ESP32 boards using LwIP W5500 Ethernet. Fix bug
2.5.0 K Hoang 31/01/2023 Fix bug of wrong reqStates and _parseURL()
2.5.0 K Hoang 31/01/2023 Add support to ESP32 using LwIP W6100 Ethernet. Fix bug of wrong reqStates and _parseURL()
*****************************************************************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/AsyncHTTPSRequest_Generic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
2.2.1 K Hoang 09/11/2022 Default to reconnect to the same host:port after connected for new HTTP sites
2.3.0 K Hoang 28/11/2022 Add support to ESP32 boards using LwIP ENC28J60 Ethernet
2.4.0 K Hoang 30/11/2022 Add support to ESP32 boards using LwIP W5500 Ethernet. Fix bug
2.5.0 K Hoang 31/01/2023 Fix bug of wrong reqStates and _parseURL()
2.5.0 K Hoang 31/01/2023 Add support to ESP32 using LwIP W6100 Ethernet. Fix bug of wrong reqStates and _parseURL()
*****************************************************************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/AsyncHTTPSRequest_Impl_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
2.2.1 K Hoang 09/11/2022 Default to reconnect to the same host:port after connected for new HTTP sites
2.3.0 K Hoang 28/11/2022 Add support to ESP32 boards using LwIP ENC28J60 Ethernet
2.4.0 K Hoang 30/11/2022 Add support to ESP32 boards using LwIP W5500 Ethernet. Fix bug
2.5.0 K Hoang 31/01/2023 Fix bug of wrong reqStates and _parseURL()
2.5.0 K Hoang 31/01/2023 Add support to ESP32 using LwIP W6100 Ethernet. Fix bug of wrong reqStates and _parseURL()
*****************************************************************************************************************************/

#pragma once
Expand Down

0 comments on commit 6e7af2b

Please sign in to comment.