ryankurte / rust-streamdeck

libusb based driver for Elgato StreamDeck devices
Mozilla Public License 2.0
57 stars 24 forks source link

Fix string offset in firmware version request #5

Closed dalegaard closed 4 years ago

dalegaard commented 4 years ago

When requesting the firmware for v2 devices, we need discard the first 6 bytes, not 5 bytes as for the v1 devices.

This makes version calls on v2 devices work correctly. Tested on Streamdeck XL.