Open eucalyp opened 6 years ago
Line 141 of msr605.py: self._send_command(b'\x79') should be self._send_command(b'\x64')
self._send_command(b'\x79')
self._send_command(b'\x64')
Line 141 of msr605.py:
self._send_command(b'\x79')
should beself._send_command(b'\x64')