zapit/src/frontend.cpp: remember polarization without & 1

This commit is contained in:
[CST] Focus
2012-04-16 16:53:31 +04:00
parent 225fd3b707
commit 1eea6628cb

View File

@@ -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)