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:
parent
a298ecfb0b
commit
b843029972
@ -1071,7 +1071,7 @@ void handle_fe(struct dvbfe *fe)
|
||||
} else {
|
||||
max = 1;
|
||||
nolock++;
|
||||
if (nolock > 20)
|
||||
if (nolock > 100)
|
||||
fe->tune = 1;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user