diff --git a/libs/bluetooth-disabled/README.md b/libs/bluetooth-disabled/README.md deleted file mode 100644 index 335e80535..000000000 --- a/libs/bluetooth-disabled/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Bluetooth services disabled - -This extensions disables the BLE in the program. - -If this extension is included into the Project it will stop loading the BLE stack. - -Pressing A+B+Reset or Tripple-Reset is then required to restart into DFU-Mode for flashing the Calliope mini via Bluetooth. - -``` -"bluetooth": { - "enabled": 0 -} -``` \ No newline at end of file diff --git a/libs/bluetooth-disabled/pxt.json b/libs/bluetooth-disabled/pxt.json deleted file mode 100644 index 295c1fe34..000000000 --- a/libs/bluetooth-disabled/pxt.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "bluetooth-disabled", - "description": "Disables Bluetooth. Require AB+Reset to start bluetooth.", - "dependencies": { - "core": "file:../core" - }, - "files": [ - "README.md" - ], - "public": true, - "weight": 10, - "searchOnly": true, - "icon": "./static/packages/bluetooth/icon.png", - "yotta": { - "config": { - "microbit-dal": { - "bluetooth": { - "enabled": 0 - } - } - }, - "optionalConfig": { - "microbit-dal": { - "bluetooth": { - "enabled": 0 - } - } - } - } -} \ No newline at end of file diff --git a/libs/v1/pxt.json b/libs/v1/pxt.json index 44efba021..c2cb0f159 100644 --- a/libs/v1/pxt.json +++ b/libs/v1/pxt.json @@ -10,8 +10,7 @@ "core": true, "dependencies": { "core": "file:../core", - "core-mini-dal": "file:../core-mini-dal", - "bluetooth-disabled": "file:../bluetooth-disabled" + "core-mini-dal": "file:../core-mini-dal" }, "icon": "./static/devices/mini1.png", "files": [ diff --git a/pxtarget.json b/pxtarget.json index af65b90d5..9dd349b53 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -16,7 +16,6 @@ "libs/funk", "libs/devices", "libs/bluetooth", - "libs/bluetooth-disabled", "libs/one-time-pairing", "libs/servo", "libs/radio-broadcast",