From 85a4d49a924bb4d6059cb752ec6ca08c073aed95 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 25 Sep 2022 01:49:00 -0400 Subject: [PATCH] v1.1.0 to fix issue with slow browsers or network ### 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1fff67..f752a81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AsyncTCP_RP2040W -[![arduino-library-badge](http://www.ardu-badge.com/badge/AsyncTCP_RP2040W.svg?)](http://www.ardu-badge.com/AsyncTCP_RP2040W) +[![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncTCP_RP2040W.svg?)](https://www.ardu-badge.com/AsyncTCP_RP2040W) [![GitHub release](https://img.shields.io/github/release/khoih-prog/AsyncTCP_RP2040W.svg)](https://github.com/khoih-prog/AsyncTCP_RP2040W/releases) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing) [![GitHub issues](https://img.shields.io/github/issues/khoih-prog/AsyncTCP_RP2040W.svg)](http://github.com/khoih-prog/AsyncTCP_RP2040W/issues)