skyspy: display fix details
parent
281cbbf997
commit
83716a5391
|
|
@ -700,8 +700,8 @@ let sky = {
|
|||
this.drawSats(this.sats);
|
||||
let r = this.qualest();
|
||||
let r1 = this.goodest();
|
||||
print(r, r1);
|
||||
ui.drawMsg(r + "\n" + r1);
|
||||
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);
|
||||
this.trackSatelliteVisibility();
|
||||
//print(this.sats);
|
||||
if (this.sats_used < 5)
|
||||
|
|
|
|||
Loading…
Reference in New Issue