You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems LOS isn't signalled if autotrack is enabled (or at least sometimes isn't signalled).
This appears to be because update_autotrack calls gtk_rig_ctrl_select_sat, which doesn't call check_aos_los before changing the satellite.
Thus if update_autotrack detects the satellite LOS before check_aos_los does, LOS will not be signalled, as the next time check_aos_los is called, the satellite will have already been changed to the new satellite.