Skip to content

Commit

Permalink
Fix compilation for Async
Browse files Browse the repository at this point in the history
Update library for ESP32 async
  • Loading branch information
luc-github committed Mar 19, 2019
1 parent 40c5156 commit df51e02
Show file tree
Hide file tree
Showing 23 changed files with 752 additions and 322 deletions.
7 changes: 5 additions & 2 deletions libraries/AsyncTCP/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
"type": "git",
"url": "https://github.com/me-no-dev/AsyncTCP.git"
},
"version": "1.0.0",
"version": "1.0.3",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif32", "espressif32_stage"]
"platforms": "espressif32",
"build": {
"libCompatMode": 2
}
}
2 changes: 1 addition & 1 deletion libraries/AsyncTCP/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AsyncTCP
version=1.0.0
version=1.0.3
author=Me-No-Dev
maintainer=Me-No-Dev
sentence=Async TCP Library for ESP32
Expand Down
Loading

0 comments on commit df51e02

Please sign in to comment.