headlights reminder
This commit is contained in:
6
struct.h
6
struct.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user