Add SIM800L support
Signed-off-by: Martin Kolací <martin.kolaci@lmc.eu>
This commit is contained in:
6
struct.h
6
struct.h
@@ -33,7 +33,11 @@ String currentAtshRequest = "";
|
||||
typedef struct {
|
||||
time_t currentTime;
|
||||
time_t chargingStartTime;
|
||||
time_t automatickShutdownTimer;
|
||||
time_t automatickShutdownTimer;
|
||||
#ifdef SIM800L_ENABLED
|
||||
time_t lastDataSent;
|
||||
bool sim800l_enabled;
|
||||
#endif //SIM800L_ENABLED
|
||||
bool ignitionOn;
|
||||
bool ignitionOnPrevious;
|
||||
bool forwardDriveMode;
|
||||
|
||||
Reference in New Issue
Block a user