Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 1.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Fixed

  • VERSION is now a python file so that it can be recognized by pyinstaller

Fixed

  • missing final byte from message 16

Fixed

  • missing final byte from messages 12, 13, 14, 17, 18

Changed

  • in responses, device_status and response_code are now unpacked as two separate bytes
  • data with bytecount of 2 has status only, and now returns immediately

Fixed

  • if the unpacker "ran ahead" of the serial buffer it would not succeed next time

Fixed

  • unpacker was broken in an async context

Added

  • initial release