meshtastic-firmware/.vscode/tasks.json

16 wiersze
259 B
JSON
Czysty Zwykły widok Historia

2020-07-06 08:45:55 +00:00
{
2023-01-27 17:19:45 +00:00
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Build",
"problemMatcher": ["$platformio"],
"group": {
"kind": "build",
"isDefault": true
},
"label": "PlatformIO: Build"
}
]
}