- Updated the commands to support new features for firmware versions >= 2.0
set_compensation_temperature_offset()
: Added the option to send the temperature offset parameter using an integer instead of a float which is supported for firmware versions >= 2.0
- First public release
- Use
sphinx-versioning
to build documentation - Fix missing
import time
in quick start documentation
- Breaking change to support version 2 hardware
- Cleanup for SHDLC interface to match similar implementations
set_compensation_temperature_offset()
will no longer write the value directly to the flash. Usestore_nv_data()
to store the values.
- Initial release