From 3ba2a0807bf017d06e81bc389fa91ef2ec307c08 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 25 May 2022 00:38:02 +0200 Subject: [PATCH] Make Safety Limiter danker --- plugins/safety_limiter/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/safety_limiter/src/lib.rs b/plugins/safety_limiter/src/lib.rs index b385fe85..2434e11c 100644 --- a/plugins/safety_limiter/src/lib.rs +++ b/plugins/safety_limiter/src/lib.rs @@ -21,7 +21,7 @@ use std::sync::Arc; /// back to the normal signal. Peaking above the threshold again during this time resets this. const MORSE_FADEOUT_MS: f32 = 2000.0; /// The frequency of the sine wave used for the SOS signal. -const MORSE_FREQUENCY: f32 = 1000.0; +const MORSE_FREQUENCY: f32 = 420.0; struct SafetyLimiter { params: Arc,