sdcard menu

This commit is contained in:
Lubos Petrovic
2020-12-06 08:15:10 +01:00
parent 7678d67cff
commit e86127a100
11 changed files with 126 additions and 24 deletions

View File

@@ -31,11 +31,17 @@
// Structure with realtime values
typedef struct {
// System
time_t currentTime;
time_t chargingStartTime;
time_t automaticShutdownTimer;
// SIM
time_t lastDataSent;
bool sim800l_enabled;
// SD card
bool sdcardInit;
bool sdcardRecording;
// Car params
bool ignitionOn;
bool ignitionOnPrevious;
bool forwardDriveMode;