mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
zapit/frontend: try to fix diseqc 1.1
Origin commit data
------------------
Commit: 37ccb9717c
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-05-02 (Sat, 02 May 2020)
Origin message was:
------------------
- zapit/frontend: try to fix diseqc 1.1
This commit is contained in:
@@ -2264,7 +2264,7 @@ void CFrontend::setDiseqc(int sat_no, const uint8_t pol, const uint32_t frequenc
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.diseqcType == DISEQC_1_0) { /* DISEQC 1.0 */
|
if (config.diseqcType >= DISEQC_1_0) { /* DISEQC 1.0 or 1.1 */
|
||||||
usleep(delay * 1000);
|
usleep(delay * 1000);
|
||||||
//cmd.msg[0] |= 0x01; /* repeated transmission */
|
//cmd.msg[0] |= 0x01; /* repeated transmission */
|
||||||
cmd.msg[2] = 0x38; /* port group = commited switches */
|
cmd.msg[2] = 0x38; /* port group = commited switches */
|
||||||
|
Reference in New Issue
Block a user