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:
|
telemetry.gpsHdopC = bit32.extract(VALUE,7,7) * (10^bit32.extract(VALUE,6,1)) -- dm |