Skip to content

Commit

Permalink
codal_app: 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 authored and dpgeorge committed Apr 29, 2024
1 parent 8d9067d commit 507db84
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 @@ -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
},
Expand Down

0 comments on commit 507db84

Please sign in to comment.