forgot to reenable disseqc

This commit is contained in:
rjkm 2022-02-15 14:40:32 +01:00
parent c39b234fd6
commit 4b09ad7e42
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ static int tune_sat(struct dddvb_fe *fe)
dbgprintf(DEBUG_DVB, "input = %u\n", input);
set_property(fe->fd, DTV_INPUT, input);
}
//diseqc(fe->fd, lnb, fe->param.param[PARAM_POL], hi);
diseqc(fe->fd, lnb, fe->param.param[PARAM_POL], hi);
set_fe_input(fe, freq, fe->param.param[PARAM_SR], ds, input);
//set_fe_input(fe, freq, fe->param.param[PARAM_SR], ds, DDDVB_UNDEF);
}