mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-21 05:53:29 -07:00
Set US antenna channels scan to stop at RF36
Now that the FCC Channel Repack is complete, the upper limit for TV channels is now 36. This will also reduce scan times.
This commit is contained in:
parent
64aa1606b5
commit
ef9582a3a5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ static const struct hdhomerun_channelmap_range_t hdhomerun_channelmap_range_us_b
|
|||
{ 2, 4, 57000000, 6000000},
|
||||
{ 5, 6, 79000000, 6000000},
|
||||
{ 7, 13, 177000000, 6000000},
|
||||
{ 14, 69, 473000000, 6000000},
|
||||
{ 14, 36, 473000000, 6000000},
|
||||
{ 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue