la1k / flyby

A satellite tracking program
GNU General Public License v2.0
39 stars 8 forks source link

Time precision for hamlib updates #70

Open bjorgan opened 7 years ago

bjorgan commented 7 years ago

Doppler shift correction updates (and rotctld updates, but this is also limited by other factors, see #69) are currently limited to the update frequency of SingleTrack() (2 updates per second?), since these are done in tune using the same information.

Sending doppler shift corrections far more frequently than the screen update could be a nice feature for finer frequency control.

Should be done after fixing #61, with this kept in mind.