minimodem: default --txstopbits 1.5 for RTTY

This commit is contained in:
Kamal Mostafa 2011-06-22 13:43:49 -07:00
parent 27bc5f5ca7
commit 6a00252c42
1 changed files with 2 additions and 0 deletions

View File

@ -328,6 +328,8 @@ main( int argc, char*argv[] )
bfsk_mark_f = 1585;
if ( bfsk_space_f == 0 )
bfsk_space_f = bfsk_mark_f - autodetect_shift;
if ( bfsk_txstopbits == 0 )
bfsk_txstopbits = 1.5; // conventional for RTTY (?)
if ( band_width == 0 ) {
band_width = 10; // FIXME chosen arbitrarily
}