From 63baa21a281ebf41d3ff1b6f8213c678c7492f13 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 18 Nov 2021 01:15:37 +0100 Subject: [PATCH] Added new variables to struct --- main/globals.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/globals.h b/main/globals.h index af3f7cc..9bed979 100644 --- a/main/globals.h +++ b/main/globals.h @@ -61,6 +61,8 @@ struct DrivingStatistics { float currentDrivingTime; double totalMeters; uint32_t last_cm_written; + float wh_used; + float batteryWhEstimate; }; extern DrivingStatistics drivingStatistics;