Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fixed incorrect squelch on DTMF decoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dual Tachyon authored and Dual Tachyon committed Oct 28, 2023
1 parent 6dd7492 commit 5ce6099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ static void APP_HandleIncoming(void)
gDualWatchCountdown = 500;
gScheduleDualWatch = false;
gRxReceptionMode = RX_MODE_LISTENING;
return;
}
return;
}
}
}
Expand Down

0 comments on commit 5ce6099

Please sign in to comment.