This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncHTTPRequest_RP2040W
Releases · khoih-prog/AsyncHTTPRequest_RP2040W
v1.3.0 to fix `_parseURL()` bug and to improve `README.md` so that links can be used in other sites, such as `PIO`
v1.3.0 to fix `_parseURL()` bug and to improve `README.md` so that links can be used in other sites, such as `PIO`
Latest
Release v1.3.0
- Fix bug of
_parseURL()
. Check Bug with _parseURL() #21 - Improve
README.md
so that links can be used in other sites, such asPIO
v1.2.2 to default to reconnect to the same `host:port` after connected for new HTTP sites. fix bug and to use `allman astyle`
Release v1.2.2
- Default to reconnect to the same
host:port
after connected for new HTTP sites. Check Host/Headers not always sent with 1.10.1 #44 - Fix bug
- Use
allman astyle
and addutils
v1.2.1 to fix bug of wrong reqStates and to permit optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
Release v1.2.1
- Fix bug of wrong
reqStates
. Check Release 1.9 breakes previously running code #39 and Callback behaviour is buggy (ESP8266) #43 - Optional larger
DEFAULT_RX_TIMEOUT
from default 3s, for slower networks
v1.2.0 to fix bug and clean-up
Release v1.2.0
- Fix bug.
- Clean up
v1.1.1 not try to reconnect to the same host:port after already connected
Release v1.1.1
- Not try to reconnect to the same
host:port
after connected. Check setReuse feature #12
v1.1.0 to fix long timeout if using bad `IPAddress`, to optimize code and to improve debug messages by adding functions to display error messages instead of `cryptic error number`, etc.
Release v1.1.0
- Fix long timeout if using
IPAddress
. - Optimize code
- Display only successful
responseText
in examples - Improve debug messages by adding functions to display
error messages
instead ofcryptic error number
v1.0.1 to fix bug in examples
Release v1.0.1
- Fix bug in examples
v1.0.0 to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+
Initial Releases v1.0.0
- Initial coding to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+