From a46499e588ff458969d1526a195060f83ae7045d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 27 Feb 2023 18:58:37 -0500 Subject: [PATCH] added reset_min_max() --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 64d037cd..9ad25fe0 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -221,6 +221,7 @@ void load_sstv_image_1_as_cam_dot_jpg(); void load_sstv_image_2_as_cam_dot_jpg(); void get_input(); void transmit_led(bool status); +void reset_min_max(); #ifndef STASSID #define STASSID "Pico"