From ffc7f5f437b9175dbc3f314b18b9014674e3051e Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Thu, 6 May 2021 13:20:52 +0200 Subject: [PATCH] Removing telemetry period --- src/bin/lockin.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/lockin.rs b/src/bin/lockin.rs index 2cb0087..99c1234 100644 --- a/src/bin/lockin.rs +++ b/src/bin/lockin.rs @@ -54,7 +54,6 @@ pub struct Settings { lockin_phase: i32, output_conf: [Conf; 2], - telemetry_period_secs: u16, } impl Default for Settings {