earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
1.96k stars 406 forks source link

Fix BT/BLE Joystick reports #2293

Closed earlephilhower closed 1 month ago

earlephilhower commented 1 month ago

Underlying HID_Joystick now always using 16-bit format axes, need to update BT and BLE descriptors sent to the BT master or it will misinterpret the reports and the reported joystick state will be read as garbage.

Fixes bug introduced in #2276, oops!