diff --git a/src/gui/motorcontrol.cpp b/src/gui/motorcontrol.cpp index d26a22b04..037dffc78 100644 --- a/src/gui/motorcontrol.cpp +++ b/src/gui/motorcontrol.cpp @@ -138,6 +138,7 @@ int CMotorControl::exec(CMenuTarget* parent, const std::string &) TP.feparams.polarization = scansettings.sat_TP_pol; TP.feparams.delsys = (delivery_system_t) scansettings.sat_TP_delsys; TP.feparams.modulation = (fe_modulation_t) scansettings.sat_TP_mod; + TP.feparams.pilot = (zapit_pilot_t) scansettings.sat_TP_pilot; TP.TP_id = 0; g_Zapit->tune_TP(TP);