Async TCP => AsyncTCP
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://opensource.org/license/lgpl-3-0/)
|
||||
[](https://github.com/mathieucarbou/AsyncTCP/actions/workflows/push.yml)
|
||||
[](https://registry.platformio.org/libraries/mathieucarbou/Async%20TCP)
|
||||
[](https://registry.platformio.org/libraries/mathieucarbou/AsyncTCP)
|
||||
|
||||
A fork of the [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) library by [@me-no-dev](https://github.com/me-no-dev) for [ESPHome](https://esphome.io).
|
||||
|
||||
@@ -21,8 +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
|
||||
- Changed lib name: `AsyncTCP` -> `Async TCP`
|
||||
- Point to `mathieucarbou/Async TCP @ ^3.1.4`
|
||||
- Point to `mathieucarbou/AsyncTCP @ ^3.1.4`
|
||||
- IPv6 support
|
||||
|
||||
## Important recommendations
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Async TCP",
|
||||
"name": "AsyncTCP",
|
||||
"version": "3.1.4",
|
||||
"description": "Asynchronous TCP Library for ESP32",
|
||||
"keywords": "async,tcp",
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=Async TCP
|
||||
name=AsyncTCP
|
||||
version=3.1.4
|
||||
author=Me-No-Dev
|
||||
maintainer=Mathieu Carbou <[email protected]>
|
||||
|
||||
Reference in New Issue
Block a user