Check for compatible framework and dev/platform before build

This commit is contained in:
Ivan Kravets
2017-11-25 21:52:43 +02:00
committed by GitHub
parent a1a184a953
commit ad72e65656

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
}
}