mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
zapit/src/frontend.cpp: remember polarization without & 1
Origin commit data
------------------
Commit: 1eea6628cb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-16 (Mon, 16 Apr 2012)
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);
|
secSetVoltage(v, 15);
|
||||||
secSetTone(t, 15);
|
secSetTone(t, 15);
|
||||||
currentTransponder.polarization = pol & 1;
|
currentTransponder.polarization = pol;// & 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CFrontend::sendDiseqcPowerOn(void)
|
void CFrontend::sendDiseqcPowerOn(void)
|
||||||
|
Reference in New Issue
Block a user