Skip to content

Bluepad32 v4.0.3

Compare
Choose a tag to compare
@ricardoquesada ricardoquesada released this 10 Apr 05:10
· 145 commits to main since this release

[4.0.3] - 2024-04-09

New

  • Keyboard: Add method to change LEDs:
    • uni_hid_parser_keyboard_set_leds(struct uni_hid_device_s* d, uint8_t led_bitmask)

Changed

  • Mouse constants: MOUSE_BUTTON_* renamed to UNI_MOUSE_BUTTONS_*. Avoid conflicts with other libraries, like TinyUSB.
  • Stadia/Xbox: retry rumble switch from 25ms to 50ms. And don't retry on errors other than ERROR_CODE_COMMAND_DISALLOWED
  • BTstack: updated to latest develop branch. Hash: b74edc46d02bbb5d44d58cfddd05aa74f9735e5e

Fixed

  • Pico W: Example uses BTstack from Bluepad32 branch. Updated and with custom patches.
  • NINA: Works, there was a regression in v4.0-beta2. Fixes Github issue #90