mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
src/zapit/src/frontend.cpp: disable driveToSatellitePosition() code for linked frontends
This commit is contained in:
@@ -1318,6 +1318,10 @@ int CFrontend::driveToSatellitePosition(t_satellite_position satellitePosition,
|
|||||||
int new_position = 0, old_position = 0;
|
int new_position = 0, old_position = 0;
|
||||||
bool use_usals = 0;
|
bool use_usals = 0;
|
||||||
|
|
||||||
|
if (CFrontend::linked(femode) || femode == CFrontend::FE_MODE_UNUSED) {
|
||||||
|
rotorSatellitePosition = satellitePosition;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
//if(config.diseqcType == DISEQC_ADVANCED) //FIXME testing
|
//if(config.diseqcType == DISEQC_ADVANCED) //FIXME testing
|
||||||
{
|
{
|
||||||
bool moved = false;
|
bool moved = false;
|
||||||
|
Reference in New Issue
Block a user