wio-e5 v2.0.14.2baaad8
Ben Meadors 2023-01-27 11:19:45 -06:00
rodzic 2e8832babb
commit 2baaad8298
1 zmienionych plików z 14 dodań i 16 usunięć

30
.vscode/tasks.json vendored
Wyświetl plik

@ -1,17 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Build",
"problemMatcher": [
"$platformio"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "PlatformIO: Build"
}
]
}
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Build",
"problemMatcher": ["$platformio"],
"group": {
"kind": "build",
"isDefault": true
},
"label": "PlatformIO: Build"
}
]
}