From 85ea4e995a75abe061f6fc375ea0481084dddd43 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 20 Jan 2026 08:34:54 +0100 Subject: initial commit --- libraries/AsyncTCP/library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libraries/AsyncTCP/library.properties (limited to 'libraries/AsyncTCP/library.properties') diff --git a/libraries/AsyncTCP/library.properties b/libraries/AsyncTCP/library.properties new file mode 100644 index 0000000..2c6ff0a --- /dev/null +++ b/libraries/AsyncTCP/library.properties @@ -0,0 +1,9 @@ +name=AsyncTCP +version=1.1.4 +author=dvarrel +maintainer=dvarrel +sentence=Async TCP Library for ESP32. Forked from https://github.com/me-no-dev/AsyncTCP +paragraph=to build a WebServer, with files saved in flash +category=Communication +url=https://github.com/dvarrel/AsyncTCP +architectures=esp32 -- cgit v1.3.1