mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
zapit/src/frontend.cpp: remember polarization without & 1
This commit is contained in:
@@ -1314,7 +1314,7 @@ void CFrontend::setSec(const uint8_t /*sat_no*/, const uint8_t pol, const bool h
|
||||
|
||||
secSetVoltage(v, 15);
|
||||
secSetTone(t, 15);
|
||||
currentTransponder.polarization = pol & 1;
|
||||
currentTransponder.polarization = pol;// & 1;
|
||||
}
|
||||
|
||||
void CFrontend::sendDiseqcPowerOn(void)
|
||||
|
Reference in New Issue
Block a user