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

Latest commit

 

History

History
44 lines (27 loc) · 1.9 KB

changelog.md

File metadata and controls

44 lines (27 loc) · 1.9 KB

AsyncTCP_RP2040W Library

arduino-library-badge GitHub release contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

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

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

Initial Releases v1.0.0

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