1
0
Fork 0

Make Safety Limiter danker

This commit is contained in:
Robbert van der Helm 2022-05-25 00:38:02 +02:00
parent 96dc409a0f
commit 3ba2a0807b

View file

@ -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<SafetyLimiterParams>,