main loop counter

This commit is contained in:
Lubos Petrovic
2020-12-28 13:12:46 +01:00
parent 25f31c7811
commit 0aad680410
3 changed files with 5 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ typedef struct {
// System
time_t currentTime;
time_t chargingStartTime;
uint32_t mainLoopCounter;
// SIM
time_t lastDataSent;
bool sim800l_enabled;