forked from FOSS/BangleApps
[] skyspy: better summary for 3rd screen, too.
parent
2dc4537dc0
commit
2e60c8b5ec
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue