Skip to content

Releases: erjiang/usbscale

v0.9.0 with multiple scale support

10 Aug 23:35
Compare
Choose a tag to compare

This release of usbscale contains initial support for multiple scales. You can choose to return data from the nth scale by passing in the --index option:

$ usbscale --index 3 # prints weight from the third scale

If this option is not provided, then the weight from the first scale will be printed.

The new argument-parsing code also provides the --help flag.