This commit is contained in:
Lubos Petrovic
2020-12-23 10:04:29 +01:00
parent 77f5b71257
commit 57dc0c5d49
3 changed files with 10 additions and 6 deletions

View File

@@ -33,6 +33,9 @@
#define SCREEN_CHARGING 5
#define SCREEN_SOC10 6
//
#define MONTH_SEC 2678400
// Structure with realtime values
typedef struct {
// System
@@ -54,7 +57,7 @@ typedef struct {
char sdcardFilename[32];
// Car params
bool ignitionOn;
bool ignitionOnPrevious;
time_t lastIgnitionOnTime;
uint64_t operationTimeSec;
bool sdcardCanNotify;
bool forwardDriveMode;