From 66e32f812a73da066337b6bcb5d6fcd94bccbb18 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 26 Jul 2025 22:35:18 -0700 Subject: [PATCH] fix launch.json punctuation --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7d8fa48..1df777f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -262,7 +262,7 @@ "module": "meshtastic", "justMyCode": true, "args": ["--nodes", "--show-fields", "AKA,Pubkey,Role,Role,Role,Latitude,Latitude,deviceMetrics.voltage"] - } + }, { "name": "meshtastic --export-config", "type": "debugpy", @@ -271,6 +271,5 @@ "justMyCode": true, "args": ["--export-config", "config.json"] }, - ] }