Skip to content

Commit

Permalink
Enable the Utility Service in BLE Pairing Mode.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
microbit-carlos committed Mar 27, 2024
1 parent 8d9067d commit fff65ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codal_app/codal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fff65ca

Please sign in to comment.