Heerkog / MicroPythonBLEHID

Human Interface Device (HID) over Bluetooth Low Energy (BLE) GATT library for MicroPython.
GNU General Public License v3.0
204 stars 28 forks source link

Fixed packing issues with strings and pnp + button 3 mapping.. #6

Closed p2c2e closed 2 years ago

p2c2e commented 2 years ago

While debugging with LightBlue/nRF, I noticed that some of the values on service characteristics did not appear correctly. In addition, I found a problem with packing the mouse 3 button state

Heerkog commented 2 years ago

Thanks for this!