From fff65ca84c4a16e5e23c454e81fcfa0e8f515281 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Wed, 27 Mar 2024 17:54:59 +0000 Subject: [PATCH] Enable the Utility Service in BLE Pairing Mode. This service enables datalog access to the apps, to be able to view the logged data without a computer. This flag enables the service in pairing mode only and should have no effect when running MicroPython. --- src/codal_app/codal.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/codal_app/codal.json b/src/codal_app/codal.json index 6d15e8c..9680a78 100644 --- a/src/codal_app/codal.json +++ b/src/codal_app/codal.json @@ -10,6 +10,7 @@ "DEVICE_STACK_SIZE": 8192, "MICROBIT_BLE_ENABLED" : 0, "MICROBIT_BLE_PAIRING_MODE": 1, + "MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 1, "MICROBIT_BLE_PARTIAL_FLASHING" : 1, "MICROBIT_BLE_SECURITY_MODE": 2, "MICROBIT_USB_SERIAL_WAKE": 1,