forked from me-no-dev/AsyncTCP
Merge pull request #9 from ivankravets/patch-2
Check for compatible framework and dev/platform before build
This commit is contained in:
@@ -12,8 +12,11 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/me-no-dev/AsyncTCP.git"
|
"url": "https://github.com/me-no-dev/AsyncTCP.git"
|
||||||
},
|
},
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["espressif32", "espressif32_stage"]
|
"platforms": "espressif32",
|
||||||
|
"build": {
|
||||||
|
"libCompatMode": 2
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user