Added new variables to struct

This commit is contained in:
CommanderRedYT
2021-11-18 01:15:37 +01:00
parent 2e2db854e6
commit 63baa21a28

View File

@ -61,6 +61,8 @@ struct DrivingStatistics {
float currentDrivingTime;
double totalMeters;
uint32_t last_cm_written;
float wh_used;
float batteryWhEstimate;
};
extern DrivingStatistics drivingStatistics;