mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
zapit/src/frontend.cpp: no diseqc power-on/reset, if diseqc type is NO_DISEQC
This commit is contained in:
@@ -870,7 +870,7 @@ void CFrontend::setDiseqcType(const diseqc_t newDiseqcType, bool force)
|
||||
return;
|
||||
}
|
||||
|
||||
if (force || ((config.diseqcType <= MINI_DISEQC)
|
||||
if ((force && (newDiseqcType != NO_DISEQC)) || ((config.diseqcType <= MINI_DISEQC)
|
||||
&& (newDiseqcType > MINI_DISEQC))) {
|
||||
secSetTone(SEC_TONE_OFF, 15);
|
||||
sendDiseqcPowerOn();
|
||||
|
Reference in New Issue
Block a user