11 lines
144 B
JSON
11 lines
144 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "PlatformIO Build",
|
|
"type": "shell",
|
|
"command": "pio run",
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |