Doplnena zavislost na AsyncWebServeru (PIO ho automaticky stahne)
This commit is contained in:
parent
9a8b81ecdd
commit
542675ef2c
10
library.json
10
library.json
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user