From 332b7fb2234ca9aea1ac2b1d99c818d34b24c4cd Mon Sep 17 00:00:00 2001 From: Moritz Ruffer Date: Wed, 26 Mar 2025 22:52:27 +0100 Subject: [PATCH] added live watch --- AMS_Master_Code/.vscode/launch.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AMS_Master_Code/.vscode/launch.json b/AMS_Master_Code/.vscode/launch.json index 986584c..e713b61 100644 --- a/AMS_Master_Code/.vscode/launch.json +++ b/AMS_Master_Code/.vscode/launch.json @@ -26,6 +26,10 @@ "encoding": "ascii" } ] + }, + "liveWatch": { + "enabled": true, + "samplesPerSecond": 4 } }, {