This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncTCP_RP2040W
Releases · khoih-prog/AsyncTCP_RP2040W
v1.2.0 to add complex auto-reconnect `AsyncTCP_Client` and `AsyncTCP_Server` examples and to improve `README.md` so that links can be used in other sites, such as `PIO`
v1.2.0 to add complex auto-reconnect `AsyncTCP_Client` and `AsyncTCP_Server` examples and to improve `README.md` so that links can be used in other sites, such as `PIO`
Latest
Releases v1.2.0
- Add complex auto-reconnect
AsyncTCP_Client
andAsyncTCP_Server
examples - Improve
README.md
so that links can be used in other sites, such asPIO
v1.1.0 to fix issue with slow browsers or network, to remove hard-code if possible, etc.
Releases v1.1.0
- Fix issue with slow browsers or network
- Remove hard-code if possible
- Improve debug messages by adding functions to display
error/state messages
instead ofcryptic error/state number
- Clean up
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+