diff --git a/tuhi/wacom.py b/tuhi/wacom.py index 9bd0f44..80ed046 100644 --- a/tuhi/wacom.py +++ b/tuhi/wacom.py @@ -302,7 +302,7 @@ class WacomDevice(GObject.Object): data = self.send_nordic_command_sync(command=0xb7, expected_opcode=0xb8, arguments=(arg,)) - fw = ''.join([hex(d)[2:] for d in data]) + fw = ''.join([hex(d)[2:] for d in data[1:]]) return fw.upper() def bb_command(self):