Doplnena zavislost na AsyncWebServeru (PIO ho automaticky stahne)

This commit is contained in:
Pavel Brychta 2019-01-17 08:51:00 +01:00
parent 9a8b81ecdd
commit 542675ef2c
2 changed files with 9 additions and 3 deletions

View File

@ -12,11 +12,17 @@
"type": "git", "type": "git",
"url": "http://git.xpablo.cz/pablo2048/Trace.git" "url": "http://git.xpablo.cz/pablo2048/Trace.git"
}, },
"version": "0.0.3", "version": "0.0.4",
"license": "MIT", "license": "MIT",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": ["espressif8266","espressif32"], "platforms": ["espressif8266","espressif32"],
"dependencies": [
{
"name": "ESP Async WebServer",
"platforms": ["espressif8266", "espressif32"]
}
],
"build": { "build": {
"libCompatMode": 2 "libCompatMode": "strict"
} }
} }

View File

@ -1,5 +1,5 @@
name=Trace name=Trace
version=0.0.3 version=0.0.4
author=Pavel Brychta author=Pavel Brychta
maintainer=Pavel Brychta maintainer=Pavel Brychta
sentence=Trace application internals & messages via web server sentence=Trace application internals & messages via web server