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;
|
freq = lofs - freq;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (freq > 2100000) {
|
|
||||||
|
if (freq > 3000000) {
|
||||||
if (lofs)
|
if (lofs)
|
||||||
hi = (freq > lofs) ? 1 : 0;
|
hi = (freq > lofs) ? 1 : 0;
|
||||||
if (hi)
|
if (hi)
|
||||||
|
Loading…
Reference in New Issue
Block a user