Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Whoops, pasted wrong change
  • Loading branch information
SzymonPriv authored Apr 25, 2023
commit fd6668e8c3fd4352d8c83186ee6b0efb2a31e722
2 changes: 1 addition & 1 deletion src/direwolf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ void app_process_rec_packet (int chan, int subchan, int slice, packet_t pp, alev
else {
text_color_set(DW_COLOR_DECODED);
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] ");
} else {
dw_printf("[IL2P] ");
Expand Down