This commit is contained in:
Mathieu Carbou
2024-07-17 16:00:19 +02:00
parent 15581b57ec
commit 61ec506a1b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ 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.1`
- Point to `mathieucarbou/AsyncTCP @ ^3.2.2`
- IPv6 support
## Important recommendations
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "AsyncTCP",
"version": "3.2.1",
"version": "3.2.2",
"description": "Asynchronous TCP Library for ESP32",
"keywords": "async,tcp",
"repository": {
+1 -1
View File
@@ -1,5 +1,5 @@
name=AsyncTCP
version=3.2.1
version=3.2.2
author=Me-No-Dev
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
sentence=Async TCP Library for ESP32