Add SIM800L support

Signed-off-by: Martin Kolací <martin.kolaci@lmc.eu>
This commit is contained in:
Martin Kolací
2020-11-30 21:43:55 +01:00
parent 38a7869beb
commit 0e4a8db6a7
3 changed files with 142 additions and 1 deletions

View File

@@ -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;