skyspy: display fix details

master
Pavel Machek 2024-12-02 19:37:54 +01:00
parent 281cbbf997
commit 83716a5391
1 changed files with 2 additions and 2 deletions

View File

@ -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)