lcd update

This commit is contained in:
2021-08-17 12:53:33 +02:00
parent a217c5cd93
commit 055ed7ec52
7 changed files with 104 additions and 41 deletions

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"
}
]
}