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