headlights reminder

This commit is contained in:
Lubos Petrovic
2020-11-11 21:01:23 +01:00
parent 5c8faf4900
commit b1588db758
5 changed files with 62 additions and 37 deletions

View File

@@ -21,7 +21,11 @@ String currentAtshRequest = "";
typedef struct {
time_t currentTime;
time_t chargingStartTime;
uint8_t driveMode;
bool forwardDriveMode;
bool reverseDriveMode;
bool parkModeOrNeutral;
bool headLights;
bool dayLights;
uint8_t lightInfo;
uint8_t brakeLightInfo;
uint8_t espState;