From da36d036db314e8293aff0a2e9d13d5e0f296db4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 29 Mar 2024 10:47:25 -0400 Subject: [PATCH] Update main.h added sim_config --- main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main.h b/main.h index 7e7a8507..2f5b3fe6 100644 --- a/main.h +++ b/main.h @@ -149,6 +149,7 @@ long int newGpsTime; float axis[3], angle[3], volts_max[3], amps_max[3], batt, 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; +int sim_config = FALSE; // sim mode not set by configuration double eclipse_time; float voltage[9], current[9], sensor[SENSOR_FIELDS], other[3];