From d70fc18c7bff4b1b1a4608248ae9d738b3aec3e3 Mon Sep 17 00:00:00 2001 From: Amerlander Date: Thu, 14 Sep 2023 13:12:00 +0200 Subject: [PATCH] Update userConfig options --- libs/core-mini-codal/pxt.json | 4 ++-- libs/core-mini-dal/pxt.json | 4 ++-- libs/core/pxt.json | 12 ------------ 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/libs/core-mini-codal/pxt.json b/libs/core-mini-codal/pxt.json index d43a87797..6df2083fb 100644 --- a/libs/core-mini-codal/pxt.json +++ b/libs/core-mini-codal/pxt.json @@ -30,7 +30,7 @@ }, "userConfigs": [ { - "description": "No pairing required (default)", + "description": "Bluetooth: No pairing required (default)", "config": { "microbit-dal": { "bluetooth": { @@ -42,7 +42,7 @@ } }, { - "description": "Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)", + "description": "Bluetooth: Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)", "config": { "microbit-dal": { "bluetooth": { diff --git a/libs/core-mini-dal/pxt.json b/libs/core-mini-dal/pxt.json index b3ddc0c67..c595ef680 100644 --- a/libs/core-mini-dal/pxt.json +++ b/libs/core-mini-dal/pxt.json @@ -26,7 +26,7 @@ }, "userConfigs": [ { - "description": "No pairing required (default)", + "description": "Bluetooth: No pairing required (default)", "config": { "microbit-dal": { "bluetooth": { @@ -38,7 +38,7 @@ } }, { - "description": "Paring required (fixes Android 13 bug »GATT ERROR 133«, mini must be already flashed with this option)", + "description": "Bluetooth: Paring required (fixes Android 13 »GATT ERROR 133«-Bug, mini must be already flashed with this option)", "config": { "microbit-dal": { "bluetooth": { diff --git a/libs/core/pxt.json b/libs/core/pxt.json index ae5adb873..dbe158000 100644 --- a/libs/core/pxt.json +++ b/libs/core/pxt.json @@ -144,18 +144,6 @@ } } } - }, - { - "description": "Bluetooth: Require Pariring (Solves an Android 13+ bug)", - "config": { - "microbit-dal": { - "bluetooth": { - "open": 0, - "security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM", - "whitelist": 1 - } - } - } } ] }