Revert "zapit/src/frontend.cpp: increase wait after voltage switch"

This reverts commit c84b25028c.


Origin commit data
------------------
Commit: 382466bf0a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
This commit is contained in:
[CST] Focus
2012-05-29 11:03:27 +04:00
parent 4aa739c7ee
commit ad9bc1f6ec

View File

@@ -1325,7 +1325,7 @@ void CFrontend::setSec(const uint8_t /*sat_no*/, const uint8_t pol, const bool h
fe_sec_voltage_t v = (pol & 1) ? SEC_VOLTAGE_13 : SEC_VOLTAGE_18;
fe_sec_tone_mode_t t = high_band ? SEC_TONE_ON : SEC_TONE_OFF;
secSetVoltage(v, 300 /*15*/);
secSetVoltage(v, 15);
secSetTone(t, 15);
currentTransponder.polarization = pol;// & 1;
}