We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f1966 commit aa5e614Copy full SHA for aa5e614
firmware-binaries/demos/clock-control/src/main.rs
@@ -42,7 +42,7 @@ fn main() -> ! {
42
let mut callisto = Callisto::new(cc.config().callisto);
43
44
// Initialize stability detector
45
- let mut stability_detector = StabilityDetector::new(4, Duration::from_secs(2));
+ let mut stability_detector = StabilityDetector::new(1, Duration::from_secs(2));
46
47
// Store samples every _n_ updates. Currently set to 20 ms (50 Hz) times a
48
// second (20 ms / 200 us = 100). Set to '1' for perfect storage -- not yet
0 commit comments