1
0
Fork 0

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

master
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) { if (display == 2) {
msg = speed + "km/h\n" + msg = speed + "km/h\n" +
"hdop "+hdop + "e"+hdop + "m/"+step
"\ndd "+qalt.toFixed(0) + " (" + ddalt.toFixed(0) + ")" + +"\ndd "+qalt.toFixed(0) + "\n(" + ddalt.toFixed(0) + ")" +
"\nalt "+alt + "\n"+alt + "m+" + adelta;
"\nbalt "+cur_altitude +
"/" + step;
step++; step++;
if (step == 10) { if (step == 10) {
qalt = max_dalt - min_dalt; qalt = max_dalt - min_dalt;