SignalK / signalk-derived-data

Generates deltas for values derived from signalk values
Apache License 2.0
18 stars 30 forks source link

Plugin incorrectly sets True values based on NULL magnetic values #120

Closed tvr256 closed 7 months ago

tvr256 commented 9 months ago

If a magnetic value is NULL, then the calculated true value should also be NULL.

Currently the plugin incorrectly sets the true value, basing it on a magnetic value of 0:

image

image