Merge pull request #88 from moritztim/fix-launch-comment

Fix incorrect options in comment
This commit is contained in:
Jan Niehusmann
2025-04-01 22:05:49 +02:00
committed by GitHub

View File

@@ -31,7 +31,7 @@
// "svdFile": "./.vscode/rp2040.svd",
}
],
"consoleLogLevel": "Info", //Error, Warn, Info, Debug, Trace
"consoleLogLevel": "Info", //Error, Warn, Info, Debug
"wireProtocol": "Swd"
}
]