dstar cfg file

This commit is contained in:
Max 2017-12-22 18:12:37 -05:00
parent dd9bc87c86
commit 90fbe46518
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ class my_top_block(gr.top_block):
cfg = 'dmr-cfg.dat'
elif protocols[i] == 'ysf':
cfg = 'ysf-cfg.dat'
elif protocols[i] == 'dstar':
cfg = 'dstar-cfg.dat'
else:
cfg = None