From 1b858fbb3b941674fc78d196b5f69bc3a2c7c81e Mon Sep 17 00:00:00 2001 From: Ricardo JL Rufino Date: Sat, 30 Oct 2021 19:23:03 -0300 Subject: [PATCH] fix library.properties add architecture, etc.. --- library.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index eb4e26e9..9ed7b64d 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=1.1.1 author=Me-No-Dev maintainer=Me-No-Dev sentence=Async TCP Library for ESP32 -paragraph=Async TCP Library for ESP32 -category=Other +paragraph=This is a fully asynchronous TCP library, aimed at enabling trouble-free, multi-connection network environment for Espressif +category=Communication url=https://github.com/me-no-dev/AsyncTCP -architectures=* +architectures=esp32