erjiang / usbscale

Reads weight data from USB scales.
GNU General Public License v3.0
90 stars 22 forks source link

ADD: lbs/oz, grams #30

Open maxihatop opened 1 year ago

maxihatop commented 1 year ago

This is small extension, for print out more detailed info from my own scale, always returns "oz" only.

erjiang commented 1 year ago

Thanks for the proposal! The units are chosen by the scale but I can see the utility of being able to convert oz to g or calculate lbs-oz. Since new argument-parsing code just landed, I will think about how to best make this a feature.