Skip to content

Remove corrupt data

Fabian Bärenbold requested to merge dev into master

Sometimes digits get lost in transmission between sensors and the data controller in the buoy. Then, a value of 5.03 is saved instead of of 5.7031. To prevent this I added a small check of the measurement digits. A value is only accepted if it has 4 digit decimals.

Merge request reports