From 50ebf224c90a854aee9efd87b771752c310fd42a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 27 Feb 2023 19:00:04 -0500 Subject: [PATCH] max min typo --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 9d5adcdf..f40c70bc 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -721,7 +721,7 @@ void config_telem() { if (debug_mode) Serial.println("Clearing min and max telemetry values"); - reset_max_min(); + reset_min_max(); /* for (int i = 0; i < 9; i++) { voltage_min[i] = 1000.0;