PaxInstruments / t400-firmware

Firmware for the Pax Instruments T400 temperature datalogger
22 stars 5 forks source link

Double negative #222

Closed charlespax closed 8 years ago

charlespax commented 8 years ago

Here is a weird one. img_20160713_111627

protological commented 8 years ago

This is based on how we show the new 1/10th temperature values. The fraction = int16%10 which will result in a negative fraction if the value is negative. Adding abs() should solve this. This will be in a bug fix branch with the wonky numbers

protological commented 8 years ago

Fixed in commit 62c3869c697e2f53c39fbb5296fdc5a7a2bc6a43