0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-05-05 17:51:24 +03:00

fix dtmf tone freq

This commit is contained in:
OneOfEleven 2023-11-22 16:10:12 +00:00
parent 0a41985b0b
commit 5f046c5d45
3 changed files with 5 additions and 5 deletions

View File

@ -1183,16 +1183,16 @@ void BK4819_PlayDTMF(char Code)
{ {
{ // tone1 { // tone1
941, // '0' 941, // '0'
679, // '1' 697, // '1'
697, // '2' 697, // '2'
679, // '3' 697, // '3'
770, // '4' 770, // '4'
770, // '5' 770, // '5'
770, // '6' 770, // '6'
852, // '7' 852, // '7'
852, // '8' 852, // '8'
852, // '9' 852, // '9'
679, // 'A' 697, // 'A'
770, // 'B' 770, // 'B'
852, // 'C' 852, // 'C'
941, // 'D' 941, // 'D'

Binary file not shown.

Binary file not shown.