From d12fb3ab3009c1697f656223c482834132e37193 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 27 Jan 2023 21:53:49 -0500 Subject: [PATCH] added debug_camera --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index fba8e7f4..4fe2d963 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -295,6 +295,8 @@ float lat_file, long_file; double cpuTemp; int frameTime; +bool debug_camera = false; + float axis[3], angle[3], volts_max[3], amps_max[3], batt, rotation_speed, period, tempS, temp_max, temp_min, eclipse; int i2c_bus0 = OFF, i2c_bus1 = OFF, i2c_bus3 = OFF, camera = OFF, sim_mode = FALSE, SafeMode = FALSE, rxAntennaDeployed = 0, txAntennaDeployed = 0; double eclipse_time;