You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tip_prep.signal_stability] config section exposing the signal-read stability
gates at runtime: max_std_dev_hz, max_slope_hz_per_s, data_collection_duration_ms, read_timeout_secs, read_retry_count. These
were previously compile-time only. Honored by both the CLI and the GUI (the GUI
carries them through from the loaded config file).
Changed
Loosened the default noise gate max_std_dev from 0.3 → 1.5 Hz, which was too
tight for typical tips (they fluctuate but hold a stable mean). Tune per setup
via the new config section.