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:
parent
0a41985b0b
commit
5f046c5d45
@ -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'
|
||||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user