[] skyspy: better summary for 3rd screen, too.

pull/3507/head
Pavel Machek 2024-06-21 00:04:13 +02:00
parent 2dc4537dc0
commit 2e60c8b5ec
1 changed files with 3 additions and 5 deletions

View File

@ -161,11 +161,9 @@ function updateGps() {
}
if (display == 2) {
msg = speed + "km/h\n" +
"hdop "+hdop +
"\ndd "+qalt.toFixed(0) + " (" + ddalt.toFixed(0) + ")" +
"\nalt "+alt +
"\nbalt "+cur_altitude +
"/" + step;
"e"+hdop + "m/"+step
+"\ndd "+qalt.toFixed(0) + "\n(" + ddalt.toFixed(0) + ")" +
"\n"+alt + "m+" + adelta;
step++;
if (step == 10) {
qalt = max_dalt - min_dalt;