Ver Fonte

upd dtmf dolphin

by JendrBendr

https://github.com/JendrBendr/dtmf_dolphin/blob/b45182aaecd50309f4d3f573fc8fe8446b9913b4/dtmf_dolphin_data.c
MX há 1 ano atrás
pai
commit
1a0bb1c4b0
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      base_pack/dtmf_dolphin/dtmf_dolphin_data.c

+ 2 - 1
base_pack/dtmf_dolphin/dtmf_dolphin_data.c

@@ -99,11 +99,12 @@ DTMFDolphinSceneData DTMFDolphinSceneDataRedboxUK = {
 DTMFDolphinSceneData DTMFDolphinSceneDataMisc = {
 DTMFDolphinSceneData DTMFDolphinSceneDataMisc = {
     .name = "Misc",
     .name = "Misc",
     .block = DTMF_DOLPHIN_TONE_BLOCK_MISC,
     .block = DTMF_DOLPHIN_TONE_BLOCK_MISC,
-    .tone_count = 3,
+    .tone_count = 4,
     .tones = {
     .tones = {
         {"CCITT 11", 700.0, 1700.0, {0, 0, 5}, 0, 0, 0},
         {"CCITT 11", 700.0, 1700.0, {0, 0, 5}, 0, 0, 0},
         {"CCITT 12", 900.0, 1700.0, {1, 0, 5}, 0, 0, 0},
         {"CCITT 12", 900.0, 1700.0, {1, 0, 5}, 0, 0, 0},
         {"CCITT KP2", 1300.0, 1700.0, {2, 0, 5}, 0, 0, 0},
         {"CCITT KP2", 1300.0, 1700.0, {2, 0, 5}, 0, 0, 0},
+        {"EAS", 853.0, 960.0, {3, 0, 5}, 0, 0, 0},
     }};
     }};
 
 
 DTMFDolphinToneSection current_section;
 DTMFDolphinToneSection current_section;