Skip to content

Commit

Permalink
Update app.c
Browse files Browse the repository at this point in the history
1750 to 1050 Hz
  • Loading branch information
RE3CON committed Oct 28, 2023
1 parent 75546e7 commit 3d8c91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ static void ProcessKey(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
BK4819_DisableScramble();

if (Code == 0xFE)
BK4819_TransmitTone(gEeprom.DTMF_SIDE_TONE, 1750);
BK4819_TransmitTone(gEeprom.DTMF_SIDE_TONE, 1050); // 1750 function change too?
else
BK4819_PlayDTMFEx(gEeprom.DTMF_SIDE_TONE, Code);
}
Expand Down Expand Up @@ -2372,4 +2372,4 @@ static void FlashlightTimeSlice()
c++;
}
}
}
}

0 comments on commit 3d8c91d

Please sign in to comment.