1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 13:36:52 +02:00

increase lock time for low symbolrate transponders

This commit is contained in:
Ralph Metzler 2017-12-07 23:23:51 +01:00
parent a298ecfb0b
commit b843029972

View File

@ -1071,7 +1071,7 @@ void handle_fe(struct dvbfe *fe)
} else {
max = 1;
nolock++;
if (nolock > 20)
if (nolock > 100)
fe->tune = 1;
}
break;