mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-08-02 20:24:42 +02:00
v3.2.14
This commit is contained in:
@@ -43,7 +43,7 @@ The base classes on which everything else is built. They expose all possible sce
|
|||||||
## Coordinates
|
## Coordinates
|
||||||
|
|
||||||
```
|
```
|
||||||
mathieucarbou/AsyncTCP @ ^3.2.12
|
mathieucarbou/AsyncTCP @ ^3.2.14
|
||||||
```
|
```
|
||||||
|
|
||||||
## Important recommendations
|
## Important recommendations
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "AsyncTCP",
|
"name": "AsyncTCP",
|
||||||
"version": "3.2.12",
|
"version": "3.2.14",
|
||||||
"description": "Asynchronous TCP Library for ESP32",
|
"description": "Asynchronous TCP Library for ESP32",
|
||||||
"keywords": "async,tcp",
|
"keywords": "async,tcp",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
name=Async TCP
|
name=Async TCP
|
||||||
includes=AsyncTCP.h
|
includes=AsyncTCP.h
|
||||||
version=3.2.12
|
version=3.2.14
|
||||||
author=Me-No-Dev
|
author=Me-No-Dev
|
||||||
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
|
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
|
||||||
sentence=Async TCP Library for ESP32
|
sentence=Async TCP Library for ESP32
|
||||||
|
@@ -22,10 +22,10 @@
|
|||||||
#ifndef ASYNCTCP_H_
|
#ifndef ASYNCTCP_H_
|
||||||
#define ASYNCTCP_H_
|
#define ASYNCTCP_H_
|
||||||
|
|
||||||
#define ASYNCTCP_VERSION "3.2.12"
|
#define ASYNCTCP_VERSION "3.2.14"
|
||||||
#define ASYNCTCP_VERSION_MAJOR 3
|
#define ASYNCTCP_VERSION_MAJOR 3
|
||||||
#define ASYNCTCP_VERSION_MINOR 2
|
#define ASYNCTCP_VERSION_MINOR 2
|
||||||
#define ASYNCTCP_VERSION_REVISION 12
|
#define ASYNCTCP_VERSION_REVISION 14
|
||||||
#define ASYNCTCP_FORK_mathieucarbou
|
#define ASYNCTCP_FORK_mathieucarbou
|
||||||
|
|
||||||
#include "IPAddress.h"
|
#include "IPAddress.h"
|
||||||
|
Reference in New Issue
Block a user