Skip to content

CLI v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Apr 01:08
· 2 commits to master since this release
cli/v1.2.0
e4e1267

Added

  • Added the ability to use ISO 8601 instead of UNIX timestmaps in the CSV output of the capture command
  • Added the ability to select a unit of measurement in the read command with the --unit or -u flag
  • The capture command now stores values in degrees Celsius, Fahrenheit and Kelvin in the CSV in separate columns
  • The read command 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 read command 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