From d17bc0fc4bb057378fadf3f9feb0de1df60d611a Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Mon, 11 Jan 2021 13:41:18 +0100 Subject: :sparkles: Add working bluetooth receiver --- codal.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 codal.json (limited to 'codal.json') diff --git a/codal.json b/codal.json new file mode 100644 index 0000000..e0df6dd --- /dev/null +++ b/codal.json @@ -0,0 +1,17 @@ +{ + "target": { + "name": "codal-microbit-v2", + "url": "https://github.com/lancaster-university/codal-microbit-v2", + "branch": "master", + "type": "git", + "test_ignore": true, + "dev": true + } , + "config":{ + "DEVICE_BLE": 1, + "MICROBIT_BLE_ENABLED" : 1, + "MICROBIT_BLE_EVENT_SERVICE" : 1, + "MICROBIT_BLE_OPEN": 1, + "MICROBIT_BLE_DEVICE_INFORMATION_SERVICE": 1 + } +} -- cgit v1.2.3