wip to new rest method

This commit is contained in:
2018-05-21 22:28:10 +02:00
parent 49972f892b
commit 81442524a3
8 changed files with 197 additions and 21 deletions

16
.vscode/tasks.json vendored
View File

@@ -116,6 +116,22 @@
"problemMatcher": [
"$gcc"
]
},
{
"label": "X86_64 - make clean - uhttpd-rest-api",
"options": {
"cwd": "${workspaceRoot}/_builds/x86_64_domo-debug/buildroot/build/uhttpd-rest-api",
},
"type": "shell",
"command": "make clean",
"group": "build",
"presentation": {
"echo": true,
"reveal": "always"
},
"problemMatcher": [
"$gcc"
]
}
]
}