Compare commits

...

2 Commits

Author SHA1 Message Date
2ad9bbb0eb Merge branch 'lcd2' 2023-02-17 20:55:48 +01:00
055ed7ec52 lcd update 2021-08-17 12:53:33 +02:00

17
reflow_plate_fw/.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Build",
"problemMatcher": [
"$platformio"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "PlatformIO: Build"
}
]
}