mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
3d5c64feb7
## Description of change Currently, retrieving HID strings using string index minimum/maximum ranges for buttons is broken as it uses the same index for each usage cap. Now it properly ranges over the minimum/maximum ranges. Before:  After:  ## Compiling Check CI. ## Testing Tested with Beef Board firmware using string index ranges in the USB HID descriptor.