Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
here is a better code
// if Altitude closer to home/ground then 10 meters show decimal in home
altitude
if (abs(osd_alt_to_home) < 10 ) { osd.printf("%5.1f%c", (double)(osd_alt_to_home * converth), high);}
else { osd.printf("%5.0f%c", (double)(osd_alt_to_home * converth), high);}
Please include it into next version.
Original comment by i...@koronker.ru
on 24 Oct 2013 at 2:47
Closed as we have a new version.
Ifthe problem is still present please reopen it.
Original comment by gabek...@gmail.com
on 28 Nov 2014 at 11:44
Original issue reported on code.google.com by
i...@koronker.ru
on 23 Oct 2013 at 4:34