From 43b9e658add95ca7edb37aadd2fe33a716e87556 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 21 Sep 2022 22:22:22 -0400 Subject: [PATCH] added rotate_flag --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 8801e904..48d7c255 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -356,6 +356,7 @@ bool debug_mode = false; bool voltage_read = false; bool ina219_started = false; bool camera_detected = false; +bool rotate_flag = true; #define PRESSED 0 #define HELD 0