From f1a4647d3bbcf2e4a2392c34da6e2243b1802c0d Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Wed, 27 Mar 2024 17:54:59 +0000 Subject: [PATCH] codal_app: 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..f1d9977 100644 --- a/src/codal_app/codal.json +++ b/src/codal_app/codal.json @@ -12,6 +12,7 @@ "MICROBIT_BLE_PAIRING_MODE": 1, "MICROBIT_BLE_PARTIAL_FLASHING" : 1, "MICROBIT_BLE_SECURITY_MODE": 2, + "MICROBIT_BLE_UTILITY_SERVICE_PAIRING": 1, "MICROBIT_USB_SERIAL_WAKE": 1, "LEVEL_DETECTOR_SPL_8BIT_000_POINT": 52.0 },