dv_tx.py crash bugfix

This commit is contained in:
Max 2017-11-10 22:08:07 -05:00
parent 43a70b67db
commit 53dbfb4347
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class my_top_block(gr.top_block):
ENCODER = op25_repeater.dstar_tx_sb(options.verbose, options.config_file) ENCODER = op25_repeater.dstar_tx_sb(options.verbose, options.config_file)
elif options.protocol == 'p25': elif options.protocol == 'p25':
ENCODER = op25_repeater.vocoder(True, # 0=Decode,True=Encode ENCODER = op25_repeater.vocoder(True, # 0=Decode,True=Encode
0, # Verbose flag False, # Verbose flag
0, # flex amount 0, # flex amount
"", # udp ip address "", # udp ip address
0, # udp port 0, # udp port