Skip to content

Commit 7f1ba48

Browse files
merlinschumachermarvinroger
authored andcommitted
Fix compile issues with ESPAsyncTCP and PlatformIO (#162)
The library doesn't compile with the newer ESPAsyncTCP versions (1.2.1 and up). That causes issues with PlatformIO and requires manual changes in the library.json files as a workaround.
1 parent 2aded0e commit 7f1ba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": [
1919
{
2020
"name": "ESPAsyncTCP",
21-
"version": "^1.1.0",
21+
"version": "1.2.0",
2222
"platforms": "espressif8266"
2323
},
2424
{

0 commit comments

Comments
 (0)