From f6fe54b65c9e8ee35db8f23c498fecbc9a81bd95 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 9 Feb 2026 13:07:22 +0100 Subject: [PATCH] force BLE off --- pxt.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pxt.json b/pxt.json index 0140100..792c2cd 100644 --- a/pxt.json +++ b/pxt.json @@ -26,5 +26,10 @@ "supportedTargets": [ "microbit" ], + "yotta": { + "config": { + "DEVICE_BLE": 0 + } + }, "preferredEditor": "blocksprj" }