mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 02:09:57 +00:00
16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "PlatformIO",
|
|
"task": "Build",
|
|
"problemMatcher": ["$platformio"],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"label": "PlatformIO: Build"
|
|
}
|
|
]
|
|
}
|