Skip to content

Commit

Permalink
Changed default sample rate to something valid
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbod committed Dec 6, 2018
1 parent 23b974e commit e463a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op25/gr-op25_repeater/apps/rx.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ def cli_options(self):
parser.add_option("-s", "--seek", type="int", default=0, help="ifile seek in K")
parser.add_option("-l", "--terminal-type", type="string", default='curses', help="'curses' or udp port or 'http:host:port'")
parser.add_option("-L", "--logfile-workers", type="int", default=None, help="number of demodulators to instantiate")
parser.add_option("-S", "--sample-rate", type="int", default=320e3, help="source samp rate")
parser.add_option("-S", "--sample-rate", type="int", default=960000, help="source samp rate")
parser.add_option("-t", "--tone-detect", action="store_true", default=False, help="use experimental tone detect algorithm")
parser.add_option("-T", "--trunk-conf-file", type="string", default=None, help="trunking config file name")
parser.add_option("-v", "--verbosity", type="int", default=0, help="message debug level")
Expand Down

0 comments on commit e463a60

Please sign in to comment.