skyspy: Additional screen with statistics.
parent
e78f566e96
commit
02280a1769
|
|
@ -701,7 +701,8 @@ let sky = {
|
||||||
let r = this.qualest();
|
let r = this.qualest();
|
||||||
let r1 = this.goodest();
|
let r1 = this.goodest();
|
||||||
print(r, r1, this.old_msg.hdop, this.old_msg.quality);
|
print(r, r1, this.old_msg.hdop, this.old_msg.quality);
|
||||||
ui.drawMsg(r + "\n" + r1 + "\n" + this.old_msg.hdop + "\n" + this.old_msg.quality);
|
if (ui.display == 4)
|
||||||
|
ui.drawMsg(r + "\n" + r1 + "\n" + this.old_msg.hdop + "-" + this.old_msg.quality + "d\n" + (getTime() - this.sky_start));
|
||||||
this.trackSatelliteVisibility();
|
this.trackSatelliteVisibility();
|
||||||
//print(this.sats);
|
//print(this.sats);
|
||||||
if (this.sats_used < 5)
|
if (this.sats_used < 5)
|
||||||
|
|
@ -813,7 +814,7 @@ function markGps() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ui.init();
|
ui.init();
|
||||||
ui.numScreens = 4;
|
ui.numScreens = 5;
|
||||||
gps.init();
|
gps.init();
|
||||||
quality.resetAlt();
|
quality.resetAlt();
|
||||||
fmt.init();
|
fmt.init();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue