From 247083787b80d385177748d3c5e8e56daef8399d Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 19 Jul 2024 09:25:26 +0200 Subject: [PATCH] doc update --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5459951..a112bf0 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,14 @@ The base classes on which everything else is built. They expose all possible sce - All improvements from [ESPHome fork](https://github.com/esphome/AsyncTCP) - Reverted back `library.properties` for Arduino IDE users - Arduino 3 / ESP-IDF 5 compatibility -- Point to `mathieucarbou/AsyncTCP @ ^3.2.3` - IPv6 support +## Coordinates + +``` +mathieucarbou/AsyncTCP @ ^3.2.3 +``` + ## Important recommendations Most of the crashes are caused by improper configuration of the library for the project.