From 8b1789e880ab284134781779dc289f8ebb241cc8 Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Fri, 18 Nov 2022 00:00:55 -0500 Subject: [PATCH] Update dtmf_dolphin_data.h --- applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h b/applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h index 13350b14c..f43a1671d 100644 --- a/applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h +++ b/applications/plugins/dtmf_dolphin/dtmf_dolphin_data.h @@ -9,6 +9,7 @@ typedef enum { DTMF_DOLPHIN_TONE_BLOCK_DIALER, DTMF_DOLPHIN_TONE_BLOCK_BLUEBOX, DTMF_DOLPHIN_TONE_BLOCK_REDBOX_US, + DTMF_DOLPHIN_TONE_BLOCK_REDBOX_CA, DTMF_DOLPHIN_TONE_BLOCK_REDBOX_UK, DTMF_DOLPHIN_TONE_BLOCK_MISC, } DTMFDolphinToneSection;