Files
bw16-research/WiFiX-Enhanced/.pio/libdeps/esp32_enhanced/RPAsyncTCP/changelog.md

43 lines
1.9 KiB
Markdown

# RPAsyncTCP Library
[![arduino-library-badge](https://www.ardu-badge.com/badge/RPAsyncTCP.svg?)](https://www.ardu-badge.com/RPAsyncTCP)
[![GitHub release](https://img.shields.io/github/release/ayushsharma82/RPAsyncTCP.svg)](https://github.com/ayushsharma82/RPAsyncTCP/releases)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
[![GitHub issues](https://img.shields.io/github/issues/ayushsharma82/RPAsyncTCP.svg)](http://github.com/ayushsharma82/RPAsyncTCP/issues)
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Donate to my libraries using BuyMeACoffee" style="height: 50px !important;width: 181px !important;" ></a>
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00" style="height: 20px !important;width: 200px !important;" ></a>
---
---
## Table of Contents
* [Changelog](#changelog)
* [Releases v1.2.0](#Releases-v120)
* [Releases v1.1.0](#Releases-v110)
* [Initial Releases v1.0.0](#Initial-Releases-v100)
---
---
## 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+**](https://github.com/earlephilhower/arduino-pico)