From d8a72a05af4351951ffbfd917286324b0531d3ac Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 3 Feb 2024 17:00:54 -0500 Subject: [PATCH] Update main.h added delta --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 076c0523..f9d78f2b 100644 --- a/main.h +++ b/main.h @@ -139,7 +139,7 @@ float voltageThreshold = 3.5, batteryVoltage = 4.5, batteryCurrent = 0, currentT float latitude = 39.027702f, longitude = -77.078064f; float lat_file, long_file; double cpuTemp; -int frameTime; +int frameTime, delta; // delta is time taken off frameTime long int newGpsTime; float axis[3], angle[3], volts_max[3], amps_max[3], batt, speed, period, tempS, temp_max, temp_min, eclipse;