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":
{
"type": "git",
"url": "http://git.xpablo.cz/pablo2048/Trace.git"
"url": "https://git.xpablo.cz/pablo2048/Trace.git"
},
"version": "0.0.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": ["espressif8266","espressif32"],
"dependencies": [
{
"name": "ESP Async WebServer",
"platforms": ["espressif8266", "espressif32"]
}
],
"build": {
"libCompatMode": "strict"
}