update readme due release on codeberg #2

Open
nocci wants to merge 26 commits from dev into main
3 changed files with 832 additions and 451 deletions
Showing only changes of commit 30c06da254 - Show all commits

21
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Remote Attach",
"type": "python",
"request": "attach",
"connect": {
"host": "192.168.10.31",
"port": 5678
},
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "."
}
],
"justMyCode": true
}
]
}

0
app.py Normal file
View File

1148
setup.sh

File diff suppressed because it is too large Load Diff