Odstranena zavislost na asyncweb serveru

This commit is contained in:
Pavel Brychta 2021-09-01 20:13:13 +02:00
parent 92dd05d0ac
commit eb51464692

View File

@ -10,18 +10,12 @@
"repository": "repository":
{ {
"type": "git", "type": "git",
"url": "http://git.xpablo.cz/pablo2048/Trace.git" "url": "https://git.xpablo.cz/pablo2048/Trace.git"
}, },
"version": "0.0.4", "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": "strict" "libCompatMode": "strict"
} }