From 2c0963a8f0e2091353f59e166fd062822de6827f Mon Sep 17 00:00:00 2001 From: Torsten Enkelmann Date: Fri, 3 Nov 2023 18:02:41 +0100 Subject: [PATCH 1/2] Markdown Syntax verbessert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fc64f4..c8ea8ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # HT-Multi -Auslesen der Datenbank vom Messgerät HT-700 \ No newline at end of file +Auslesen der Datenbank vom Messgerät HT-700 From ffdefc045bb2c29deac385b7886d68b5ef9a04ca Mon Sep 17 00:00:00 2001 From: Torsten Enkelmann Date: Fri, 3 Nov 2023 18:05:30 +0100 Subject: [PATCH 2/2] initial commit --- .gitignore | 1 + ht-multi.code-workspace | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 516d8cf..dfffc76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/pyqt5_gui.cpython-312.pyc ht-multi.code-workspace ht-multi_Win.code-workspace +ht-multi.code-workspace diff --git a/ht-multi.code-workspace b/ht-multi.code-workspace index 3928df5..4f12a17 100644 --- a/ht-multi.code-workspace +++ b/ht-multi.code-workspace @@ -1,4 +1,8 @@ { - "folders": [], + "folders": [ + { + "path": "." + } + ], "settings": {}, } \ No newline at end of file