mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
zapit/src/frontend.cpp: add 50ms delay after reset and before diseqc cmd
Origin commit data
------------------
Branch: ni/coolstream
Commit: f2f763391f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1168,9 +1168,8 @@ void CFrontend::setDiseqc(int sat_no, const uint8_t pol, const uint32_t frequenc
|
|||||||
secSetVoltage(v, 100);
|
secSetVoltage(v, 100);
|
||||||
#endif
|
#endif
|
||||||
sendDiseqcReset();
|
sendDiseqcReset();
|
||||||
|
usleep(50*1000); /* sleep at least 50 milli seconds */
|
||||||
for (loop = 0; loop <= config.diseqcRepeats; loop++) {
|
for (loop = 0; loop <= config.diseqcRepeats; loop++) {
|
||||||
//usleep(50*1000); /* sleep at least 50 milli seconds */
|
|
||||||
|
|
||||||
if (config.diseqcType == MINI_DISEQC)
|
if (config.diseqcType == MINI_DISEQC)
|
||||||
sendToneBurst(b, 1);
|
sendToneBurst(b, 1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user