yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
432 stars 136 forks source link

(Minor) Comment of unit of dilution of precision. It should be unitless #88

Closed rotorman closed 3 years ago

rotorman commented 3 years ago

Minor problem, but nevertheless it would be nice to have it correct - please check the comment on this line, "dm" seems wrong, as (horizontal) dilution of precision should be unitless: https://github.com/yaapu/FrskyTelemetryScript/blob/82b2245639e209b875b994cc9dd0ae2e9f4e3f0e/HORUS/SOURCES/SRC/WIDGETS/Yaapu/main.lua#L857

yaapu commented 3 years ago

agree, no unit on diluition, thanks

rotorman commented 3 years ago

Fixed in a PR #90 that I created.