mirror of https://github.com/wb2osz/direwolf.git
Whoops, pasted wrong change
This commit is contained in:
parent
a86395c550
commit
fd6668e8c3
|
@ -1329,7 +1329,7 @@ void app_process_rec_packet (int chan, int subchan, int slice, packet_t pp, alev
|
||||||
else {
|
else {
|
||||||
text_color_set(DW_COLOR_DECODED);
|
text_color_set(DW_COLOR_DECODED);
|
||||||
if (is_fx25) { // really means 'FEC enabled'
|
if (is_fx25) { // really means 'FEC enabled'
|
||||||
if (X_fx25_xmit_enable > 0) {
|
if (audio_config.achan[0].layer2_xmit == LAYER2_FX25) {
|
||||||
dw_printf("[FX.25] ");
|
dw_printf("[FX.25] ");
|
||||||
} else {
|
} else {
|
||||||
dw_printf("[IL2P] ");
|
dw_printf("[IL2P] ");
|
||||||
|
|
Loading…
Reference in New Issue