Skip to content

Commit df51e02

Browse files
committed
Fix compilation for Async
Update library for ESP32 async
1 parent 40c5156 commit df51e02

23 files changed

+752
-322
lines changed

libraries/AsyncTCP/library.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
"type": "git",
1313
"url": "https://github.com/me-no-dev/AsyncTCP.git"
1414
},
15-
"version": "1.0.0",
15+
"version": "1.0.3",
1616
"license": "LGPL-3.0",
1717
"frameworks": "arduino",
18-
"platforms": ["espressif32", "espressif32_stage"]
18+
"platforms": "espressif32",
19+
"build": {
20+
"libCompatMode": 2
21+
}
1922
}

libraries/AsyncTCP/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AsyncTCP
2-
version=1.0.0
2+
version=1.0.3
33
author=Me-No-Dev
44
maintainer=Me-No-Dev
55
sentence=Async TCP Library for ESP32

0 commit comments

Comments
 (0)