diff options
| author | yum <yum.food.vr@gmail.com> | 2023-08-11 11:03:01 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-08-11 11:03:01 -0700 |
| commit | 52ca7435f788e9bf981c7786046d5ca093e9688d (patch) | |
| tree | e747d351723d9568fc26d98990fc77847b8a8acd /Scripts/generate_utils.py | |
| parent | 6a851e393e02cea8943115db46295d1858338b42 (diff) | |
Deprecate old parameters
Deprecate the visual and auditory speech indicators, saving 4 bits
across the board. Fixed overhead is now 21 bits.
Diffstat (limited to 'Scripts/generate_utils.py')
| -rw-r--r-- | Scripts/generate_utils.py | 9 |
1 files changed, 0 insertions, 9 deletions
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" |
