skyspy: 22 might be suitable limit?

master
Pavel Machek 2024-12-08 16:33:20 +01:00
parent 92629c9722
commit 24ee744726
1 changed files with 2 additions and 1 deletions

View File

@ -548,7 +548,8 @@ let sky = {
ui.radCircle(1.0);
},
snrLim: 18,
/* 18.. don't get reliable fix in 40s */
snrLim: 22,
drawSat: function(s) {
let a = s.azi / 360;
let e = ((90 - s.ele) / 90);