Browse Source

Added Passwords

master
waldluis 1 year ago
parent
commit
a941297323
2 changed files with 5 additions and 27 deletions
  1. 0
    27
      archive_makeathon_2023/Rapsy_alt/domi/.vscode/launch.json
  2. 5
    0
      usefull-stuff.md

+ 0
- 27
archive_makeathon_2023/Rapsy_alt/domi/.vscode/launch.json View File

@@ -1,27 +0,0 @@
{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [


{
"name": "Download and Run current file",
"type": "ev3devBrowser",
"request": "launch",
"program": "/home/robot/${workspaceFolderBasename}/${relativeFile}",
"interactiveTerminal": true
},
{
"name": "Download and Run my-program",
"type": "ev3devBrowser",
"request": "launch",
"program": "/home/robot/${workspaceFolderBasename}/my-program (replace 'my-program' with the actual path)",
"interactiveTerminal": true
}
]
}

+ 5
- 0
usefull-stuff.md View File

@@ -53,3 +53,8 @@ To send requests to your service, https://www.postman.com/downloads/ is a good a
- ```git add .```
- ```git commit -m "message"```
- ```git push origin```


## Passwords:
- Backend PC: Lego_Ohm1
- Raspy: OHM_123.!

Loading…
Cancel
Save