autoshut down when car goes off, menu scroll

This commit is contained in:
Lubos Petrovic
2020-11-26 09:41:01 +01:00
parent 6c50eca64a
commit db73a1bddd
5 changed files with 66 additions and 6 deletions

View File

@@ -33,6 +33,9 @@ String currentAtshRequest = "";
typedef struct {
time_t currentTime;
time_t chargingStartTime;
time_t automatickShutdownTimer;
bool ignitionOn;
bool ignitionOnPrevious;
bool forwardDriveMode;
bool reverseDriveMode;
bool parkModeOrNeutral;