|
31 | 31 | *
|
32 | 32 | *---------------------------------------------------------------*/
|
33 | 33 |
|
| 34 | +#define DEMOD_C 1 |
| 35 | + |
34 | 36 | #include "direwolf.h"
|
35 | 37 |
|
36 | 38 | #include <stdlib.h>
|
@@ -306,6 +308,7 @@ int demod_init (struct audio_s *pa)
|
306 | 308 | save_audio_config_p->adev[ACHAN2ADEV(chan)].samples_per_sec);
|
307 | 309 | if (save_audio_config_p->achan[chan].decimate != 1)
|
308 | 310 | dw_printf (" / %d", save_audio_config_p->achan[chan].decimate);
|
| 311 | + dw_printf (", Tx %s", layer2_tx[(int)(save_audio_config_p->achan[chan].layer2_xmit)]); |
309 | 312 | if (save_audio_config_p->achan[chan].dtmf_decode != DTMF_DECODE_OFF)
|
310 | 313 | dw_printf (", DTMF decoder enabled");
|
311 | 314 | dw_printf (".\n");
|
@@ -540,7 +543,7 @@ int demod_init (struct audio_s *pa)
|
540 | 543 | save_audio_config_p->adev[ACHAN2ADEV(chan)].samples_per_sec);
|
541 | 544 | if (save_audio_config_p->achan[chan].decimate != 1)
|
542 | 545 | dw_printf (" / %d", save_audio_config_p->achan[chan].decimate);
|
543 |
| - |
| 546 | + dw_printf (", Tx %s", layer2_tx[(int)(save_audio_config_p->achan[chan].layer2_xmit)]); |
544 | 547 | if (save_audio_config_p->achan[chan].v26_alternative == V26_B)
|
545 | 548 | dw_printf (", compatible with MFJ-2400");
|
546 | 549 | else
|
@@ -601,6 +604,7 @@ int demod_init (struct audio_s *pa)
|
601 | 604 | save_audio_config_p->adev[ACHAN2ADEV(chan)].samples_per_sec);
|
602 | 605 | if (save_audio_config_p->achan[chan].decimate != 1)
|
603 | 606 | dw_printf (" / %d", save_audio_config_p->achan[chan].decimate);
|
| 607 | + dw_printf (", Tx %s", layer2_tx[(int)(save_audio_config_p->achan[chan].layer2_xmit)]); |
604 | 608 | if (save_audio_config_p->achan[chan].dtmf_decode != DTMF_DECODE_OFF)
|
605 | 609 | dw_printf (", DTMF decoder enabled");
|
606 | 610 | dw_printf (".\n");
|
@@ -736,6 +740,7 @@ int demod_init (struct audio_s *pa)
|
736 | 740 | save_audio_config_p->achan[chan].profiles,
|
737 | 741 | save_audio_config_p->adev[ACHAN2ADEV(chan)].samples_per_sec,
|
738 | 742 | save_audio_config_p->achan[chan].upsample);
|
| 743 | + dw_printf (", Tx %s", layer2_tx[(int)(save_audio_config_p->achan[chan].layer2_xmit)]); |
739 | 744 | if (save_audio_config_p->achan[chan].dtmf_decode != DTMF_DECODE_OFF)
|
740 | 745 | dw_printf (", DTMF decoder enabled");
|
741 | 746 | dw_printf (".\n");
|
|
0 commit comments