increase L-BAND to 3GHz

This commit is contained in:
none 2021-03-10 21:46:29 +01:00
parent eb427a8df2
commit 4c96f54ddf
1 changed files with 2 additions and 1 deletions

View File

@ -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)