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

@@ -15,6 +15,7 @@ void debug(String msg, uint8_t debugLevel) {
*/
void LiveData::initParams() {
params.mainLoopCounter = 0;
// SIM
params.lastDataSent = 0;
params.sim800l_enabled = false;