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
30 stars 10 forks source link

Increase event throughput #18

Closed bsiever closed 2 years ago

bsiever commented 2 years ago

Currently events are limited to 100ms: minTimeBetweenNotifies

It looks like the max connection interval is 20ms (max_conn_interval). That is, we should be able to increase it moderately (50ms?).

bsiever commented 2 years ago

Done!