Merge pull request #9 from ivankravets/patch-2

Check for compatible framework and dev/platform before build
This commit is contained in:
Me No Dev
2017-11-25 23:51:36 +01:00
committed by GitHub

View File

@@ -12,8 +12,11 @@
"type": "git",
"url": "https://github.com/me-no-dev/AsyncTCP.git"
},
"version": "1.0.0",
"version": "1.0.1",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif32", "espressif32_stage"]
"platforms": "espressif32",
"build": {
"libCompatMode": 2
}
}