From 15f63c54236d95bbbdbf934ceae4e28a56a17ce9 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 12 May 2020 15:24:34 -0700 Subject: [PATCH] alas Bleak is too buggy to use --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8f9fb7f..5d04d48 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,6 +9,7 @@ "type": "python", "request": "launch", "module": "meshtastic", + "justMyCode": false, "args": ["--debug", "--ble", "--device", "24:62:AB:DD:DF:3A"] } ]