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:
Steve M 2020-07-04 12:27:00 -04:00 committed by GitHub
commit ef9582a3a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
};