·
2 commits
to master
since this release
Added
- Added the ability to use ISO 8601 instead of UNIX timestmaps in the CSV output of the
capturecommand - Added the ability to select a unit of measurement in the
readcommand with the--unitor-uflag - The
capturecommand now stores values in degrees Celsius, Fahrenheit and Kelvin in the CSV in separate columns - The
readcommand now shows the difference from the last read, next to the value - All commands that communicate with the board, now print an advisory if the last reset reason was an IWDG timeout
- All commands that communicate with the board, now print an advisory if the sensor CRC8 data validation fails
Fixed
- Fixed minor bug where the capture command would attempt to turn on the CLED without checking the flag first
- Fixed major bug where the
readcommand wouldn't actually update because it was only reading the temperature once
Changed
- Major improvements to error handling
- Updated from v1.0.0 of the schollz/progressbar library, to v3
- Updated the way that the GET_INFO command result is decoded