Skip to content

Commit

Permalink
StreamDeck XL reset command is 32 bytes in length.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Nov 13, 2019
1 parent 9539e11 commit f11fdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StreamDeck/Devices/StreamDeckXL.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def reset(self):
standby image.
"""

payload = bytearray(2)
payload = bytearray(32)
payload[0:2] = [0x03, 0x03]
self.device.write_feature(payload)

Expand Down

0 comments on commit f11fdff

Please sign in to comment.