disable colors

This commit is contained in:
Jakob Ketterl 2019-08-11 13:05:36 +02:00
parent 5fbbd897b5
commit ef90e3e048
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class dsp(object):
chain += last_decimation_block
chain += [
"csdr convert_f_s16",
"direwolf -r {audio_rate} - 1>&2"
"direwolf -r {audio_rate} -t 0 - 1>&2"
]
elif which == "am":
chain += ["csdr amdemod_cf", "csdr fastdcblock_ff"]