diff --git a/libs/datalogger/pxt.json b/libs/datalogger/pxt.json index 122ac66c5ae..2bdc32704a4 100644 --- a/libs/datalogger/pxt.json +++ b/libs/datalogger/pxt.json @@ -11,5 +11,24 @@ "dependencies": { "core": "file:../core", "flashlog": "file:../flashlog" + }, + "yotta": { + "config": { + "codal": { + "MICROBIT_BLE_UTILITY_SERVICE": 1, + "MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 1 + } + }, + "userConfigs": [ + { + "description": "Disable Bluetooth Utility Service", + "config": { + "codal": { + "MICROBIT_BLE_UTILITY_SERVICE": 0, + "MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 0 + } + } + } + ] } } \ No newline at end of file