Both es.rs and uat.rs in src/sensor/sdr helped reception, S/N is much better it appears. 480db to 402db
const TUNER_GAIN: i32 = 402;
gld90.rs in src/sensor/protocal
const MAX_STALE_SECS: u64 = 12; // do not report data more than 6 sec old
//dropping targets at 6sec, 12 sec I hang on to targets ~150miles on Es and uat no dropped targets and appear to pick up a tower in daylight rather then night which is much easier to do.
Both es.rs and uat.rs in src/sensor/sdr helped reception, S/N is much better it appears. 480db to 402db
const TUNER_GAIN: i32 = 402;
gld90.rs in src/sensor/protocal
const MAX_STALE_SECS: u64 = 12; // do not report data more than 6 sec old
//dropping targets at 6sec, 12 sec I hang on to targets ~150miles on Es and uat no dropped targets and appear to pick up a tower in daylight rather then night which is much easier to do.