This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "type" : " git" ,
1313 "url" : " https://github.com/yubox-node-org/AsyncTCPSock.git"
1414 },
15- "version" : " 1.0.1 -dev" ,
15+ "version" : " 1.0.2 -dev" ,
1616 "license" : " LGPL-3.0" ,
1717 "frameworks" : " arduino" ,
1818 "platforms" : " espressif32" ,
Original file line number Diff line number Diff line change 11name =AsyncTCPSock
2- version =1.0.1 -dev
2+ version =1.0.2 -dev
33author =avillacis
44maintainer =avillacis
55sentence =Reimplemented Async TCP Library for ESP32 using BSD Sockets
Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ extern "C" {
3939 #include " lwip/sockets.h"
4040}
4141
42+ #define ASYNCTCP_VERSION " 1.0.2-dev"
43+ #define ASYNCTCP_VERSION_MAJOR 1
44+ #define ASYNCTCP_VERSION_MINOR 2
45+ #define ASYNCTCP_VERSION_REVISION 2
46+ #define ASYNCTCP_FORK_mathieucarbou
47+
4248// If core is not defined, then we are running in Arduino or PIO
4349#ifndef CONFIG_ASYNC_TCP_RUNNING_CORE
4450#define CONFIG_ASYNC_TCP_RUNNING_CORE -1 // any available core
You can’t perform that action at this time.
0 commit comments