From 52ca7435f788e9bf981c7786046d5ca093e9688d Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 11 Aug 2023 11:03:01 -0700 Subject: Deprecate old parameters Deprecate the visual and auditory speech indicators, saving 4 bits across the board. Fixed overhead is now 21 bits. --- Scripts/generate_utils.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Scripts/generate_utils.py') diff --git a/Scripts/generate_utils.py b/Scripts/generate_utils.py index 349988d..cbb8354 100644 --- a/Scripts/generate_utils.py +++ b/Scripts/generate_utils.py @@ -42,15 +42,6 @@ def getToggleParam(): def getScaleParam(): return "TaSTT_Scale" -# When this is set to true, the board will emit a soft beep sound. It's used to -# grab attention when speaking. -def getSpeechNoiseToggleParam(): - return "TaSTT_Speech_Noise_Toggle" - -# This is used to disable speaking noises. -def getSpeechNoiseEnableParam(): - return "TaSTT_Speech_Noise_Enable" - # When this is set to true, the board clears. def getClearBoardParam(): return "TaSTT_Clear_Board" -- cgit v1.2.3