This commit is contained in:
Mathieu Carbou
2024-07-16 22:17:49 +02:00
parent c174f6c467
commit 20b139c07c
4 changed files with 6 additions and 6 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.1.4`
- Point to `mathieucarbou/AsyncTCP @ ^3.2.0`
- IPv6 support
## Important recommendations
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "AsyncTCP",
"version": "3.1.4",
"version": "3.2.0",
"description": "Asynchronous TCP Library for ESP32",
"keywords": "async,tcp",
"repository": {
+1 -1
View File
@@ -1,5 +1,5 @@
name=AsyncTCP
version=3.1.4
version=3.2.0
author=Me-No-Dev
maintainer=Mathieu Carbou <[email protected]>
sentence=Async TCP Library for ESP32
+3 -3
View File
@@ -22,10 +22,10 @@
#ifndef ASYNCTCP_H_
#define ASYNCTCP_H_
#define ASYNCTCP_VERSION "3.1.4"
#define ASYNCTCP_VERSION "3.2.0"
#define ASYNCTCP_VERSION_MAJOR 3
#define ASYNCTCP_VERSION_MINOR 1
#define ASYNCTCP_VERSION_REVISION 4
#define ASYNCTCP_VERSION_MINOR 2
#define ASYNCTCP_VERSION_REVISION 0
#define ASYNCTCP_FORK_mathieucarbou
#include "IPAddress.h"