mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
increase L-BAND to 3GHz
This commit is contained in:
parent
eb427a8df2
commit
4c96f54ddf
@ -288,7 +288,8 @@ static int tune_sat(struct dddvb_fe *fe)
|
||||
freq = lofs - freq;
|
||||
}
|
||||
#endif
|
||||
if (freq > 2100000) {
|
||||
|
||||
if (freq > 3000000) {
|
||||
if (lofs)
|
||||
hi = (freq > lofs) ? 1 : 0;
|
||||
if (hi)
|
||||
|
Loading…
Reference in New Issue
Block a user