Open GoogleCodeExporter opened 9 years ago
Hi,
The first version where we begun to use HOP we did display it. But in reality
it is quite binary like below is good over not good, so i have decided to not
to show it so OSD density will be better.
If you want to change the value where it starts to blink, go to OSD_Panels and
locate the line: if ((eph >= 200) && blinker)
then change 200 to whatever you want.
If you really want to display the value then locate this line;
osd.printf("%c%2i", gps_str, osd_satellites_visible);
And change it to this:
osd.printf("%c%2i%c%1.0f", gps_str, osd_satellites_visible, 0x20, (float(eph) /
100));
Gábor
Original comment by gabek...@gmail.com
on 30 Nov 2014 at 10:39
To me the ideal thing would be to have a new "GPS HDOP" item, so the user could
configure and position it; but I know there may not be enough flash space to
implement this. If you'd like me to submit a patch for this let me know (if it
is something you would merge in).
Thanks
--ET
Original comment by ethomas9...@gmail.com
on 30 Nov 2014 at 4:47
[deleted comment]
Hello,
Having the current hardware, i think this, we will not implement.
That is why i have told you what to change exactly, so you can compile your own
custom FW.
If you need more help, let me know.
Gábor
Original comment by gabek...@gmail.com
on 30 Nov 2014 at 9:48
Original issue reported on code.google.com by
ethomas9...@gmail.com
on 30 Nov 2014 at 7:34