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

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`

02 Feb 04:46
5eeb529
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add complex auto-reconnect AsyncTCP_Client and AsyncTCP_Server examples
  2. Improve README.md so that links can be used in other sites, such as PIO

v1.1.0 to fix issue with slow browsers or network, to remove hard-code if possible, etc.

25 Sep 05:50
85a4d49
Compare
Choose a tag to compare

Releases v1.1.0

  1. Fix issue with slow browsers or network
  2. Remove hard-code if possible
  3. Improve debug messages by adding functions to display error/state messages instead of cryptic error/state number
  4. Clean up

v1.0.0 to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+

14 Aug 01:13
d738e36
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial coding to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+