Doplnena zavislost na AsyncWebServeru (PIO ho automaticky stahne)

This commit is contained in:
2019-01-17 08:51:00 +01:00
parent 9a8b81ecdd
commit 542675ef2c
2 changed files with 9 additions and 3 deletions
+8 -2
View File
@@ -12,11 +12,17 @@
"type": "git",
"url": "http://git.xpablo.cz/pablo2048/Trace.git"
},
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": ["espressif8266","espressif32"],
"dependencies": [
{
"name": "ESP Async WebServer",
"platforms": ["espressif8266", "espressif32"]
}
],
"build": {
"libCompatMode": 2
"libCompatMode": "strict"
}
}