bsiever / microbit-pxt-blehid

Micro:bit MakeCode support to act as a Human Interface Devices (keyboard, mouse, etc.) over Bluetooth
https://bsiever.github.io/microbit-pxt-blehid/
MIT License
31 stars 11 forks source link

Memory: Report Characteristic read only memory #1

Closed bsiever closed 2 years ago

bsiever commented 2 years ago

Review making the Report Characteristic const (in program space). It shouldn't change, but initial attempts (via just const) didn't seem to work.

bsiever commented 2 years ago

Mitigated with redesign of HID Service.