From a94129732353439e976d8fac9132146cd6ff7f3b Mon Sep 17 00:00:00 2001 From: waldluis Date: Sat, 1 Apr 2023 10:50:56 +0200 Subject: [PATCH] Added Passwords --- .../Rapsy_alt/domi/.vscode/launch.json | 27 ------------------- usefull-stuff.md | 5 ++++ 2 files changed, 5 insertions(+), 27 deletions(-) delete mode 100644 archive_makeathon_2023/Rapsy_alt/domi/.vscode/launch.json diff --git a/archive_makeathon_2023/Rapsy_alt/domi/.vscode/launch.json b/archive_makeathon_2023/Rapsy_alt/domi/.vscode/launch.json deleted file mode 100644 index 3f46cf6..0000000 --- a/archive_makeathon_2023/Rapsy_alt/domi/.vscode/launch.json +++ /dev/null @@ -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 - } - ] -} \ No newline at end of file diff --git a/usefull-stuff.md b/usefull-stuff.md index cf22824..13ce350 100644 --- a/usefull-stuff.md +++ b/usefull-stuff.md @@ -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.! \ No newline at end of file