Skip to content

Commit

Permalink
Fix 1750Hz so that it can perform STE
Browse files Browse the repository at this point in the history
1750Hz and CTCSS tones can be send together.
  • Loading branch information
JuantAldea authored and egzumer committed Dec 24, 2023
1 parent a715389 commit 084fe4d
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 @@ -1559,7 +1559,7 @@ static void ALARM_Off(void)
AUDIO_AudioPathOff();
gEnableSpeaker = false;

if (gAlarmState == ALARM_STATE_TXALARM) {
if (gAlarmState == ALARM_STATE_TXALARM || gAlarmState == ALARM_STATE_TX1750) {
RADIO_SendEndOfTransmission();
}

Expand Down

0 comments on commit 084fe4d

Please sign in to comment.