mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
zapit/frontend: try to fix diseqc 1.1 mode
Origin commit data
------------------
Commit: 946da8648a
Author: Janus <janus@debian>
Date: 2020-05-22 (Fri, 22 May 2020)
Origin message was:
------------------
- zapit/frontend: try to fix diseqc 1.1 mode
This commit is contained in:
@@ -1959,7 +1959,7 @@ void CFrontend::setInput(t_satellite_position satellitePosition, uint32_t freque
|
|||||||
if (config.diseqcType == DISEQC_UNICABLE || config.diseqcType == DISEQC_UNICABLE2)
|
if (config.diseqcType == DISEQC_UNICABLE || config.diseqcType == DISEQC_UNICABLE2)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (config.diseqcType != DISEQC_ADVANCED) {
|
if ((config.diseqcType != DISEQC_1_1) && (config.diseqcType != DISEQC_ADVANCED)) {
|
||||||
setDiseqc(sit->second.diseqc, polarization, frequency);
|
setDiseqc(sit->second.diseqc, polarization, frequency);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user