ADD: adden more functionality includeing a tcp server for external comms

This commit is contained in:
Henry Winkel
2023-08-16 17:06:37 +02:00
parent 115be453ac
commit 79f9c044e7
15 changed files with 1907 additions and 68 deletions

4
.vscode/launch.json vendored
View File

@@ -8,8 +8,8 @@
"type": "gdb",
"request": "launch",
"name": "Launch Program",
"target": "./build/SimControlApplication",
"cwd": "${workspaceRoot}",
"target": "./SimControlApplication",
"cwd": "${workspaceRoot}/build",
"valuesFormatting": "parseText"
}