This commit is contained in:
2026-02-12 07:13:04 +01:00
parent 7206746130
commit ec9957d5b1
593 changed files with 2016 additions and 476236 deletions

View File

@@ -0,0 +1,25 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "PlatformIO Build",
"type": "shell",
"command": "platformio run",
"args": [],
"problemMatcher": [
"$platformio"
],
"group": "build"
},
{
"label": "PlatformIO Clean and Build",
"type": "shell",
"command": "platformio run --target clean && platformio run",
"args": [],
"problemMatcher": [
"$platformio"
],
"group": "build"
}
]
}