Skip to content

Commit

Permalink
[CableScan] change default search for Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-99 committed Aug 21, 2018
1 parent f536f6e commit b9200d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Plugins/SystemPlugins/CableScan/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def cancel(self):
config.plugins.CableScan = ConfigSubsection()
config.plugins.CableScan.keepnumbering = ConfigYesNo(default = False)
config.plugins.CableScan.hdlist = ConfigYesNo(default = False)
config.plugins.CableScan.frequency = ConfigInteger(default = 322, limits = (1, 999))
config.plugins.CableScan.frequency = ConfigInteger(default = 330, limits = (1, 999))
config.plugins.CableScan.symbolrate = ConfigInteger(default = 6900, limits = (1, 9999))
config.plugins.CableScan.networkid = ConfigInteger(default = 0, limits = (0, 99999))
config.plugins.CableScan.modulation = ConfigSelection(
Expand Down

0 comments on commit b9200d6

Please sign in to comment.