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:
[CST] Focus
2012-11-15 19:17:19 +04:00
parent 95fe89ddbb
commit 48adde4a31

View File

@@ -1168,9 +1168,8 @@ void CFrontend::setDiseqc(int sat_no, const uint8_t pol, const uint32_t frequenc
secSetVoltage(v, 100);
#endif
sendDiseqcReset();
usleep(50*1000); /* sleep at least 50 milli seconds */
for (loop = 0; loop <= config.diseqcRepeats; loop++) {
//usleep(50*1000); /* sleep at least 50 milli seconds */
if (config.diseqcType == MINI_DISEQC)
sendToneBurst(b, 1);