jj101k / frequency_histogram

0 stars 0 forks source link

Relative Humidity values > 100 are implied #5

Open jj101k opened 9 months ago

jj101k commented 9 months ago
image

The spanning code takes runs of the same value to be oscillating around the target point at just under the sensor precision, in order to provide a value with some actual width. Unfortunately, readings at the edge of possible values do happen (eg. 100% in this case), which causes the span to run over.

jj101k commented 9 months ago

Can probably set this to double the scale but only show it on one side where there's a fixed edge.