14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "PlatformIO Build",
|
|
"type": "shell",
|
|
"command": "C:\\Users\\davie\\.platformio\\penv\\Scripts\\platformio.exe",
|
|
"args": [
|
|
"run"
|
|
],
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |