microbit-foundation / micropython-microbit-v2

Temporary home for MicroPython for micro:bit v2 as we stablise it before pushing upstream
MIT License
41 stars 22 forks source link

Enable the Utility Service in BLE Pairing Mode. #177

Closed microbit-carlos closed 2 months ago

microbit-carlos commented 3 months ago

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.

More info in:

microbit-carlos commented 3 months ago

Okay, I've tested the CI builds and can access the log from the iOS app 🎉

dpgeorge commented 3 months ago

This looks fine to me, I can't think how it would interfere with MicroPython, which only accesses the log through CODAL.

Note: I have not tested this PR.