Cleanup timers

This commit is contained in:
Manuel Bl
2019-10-07 23:24:51 +02:00
parent a601c2b2bf
commit c2a5bd8374
4 changed files with 1 additions and 48 deletions

View File

@ -87,7 +87,6 @@ private:
SemaphoreHandle_t mutex;
esp_timer_handle_t timer;
int64_t nextAlarm;
bool isTimerArmed;
};
extern HAL_ESP32 ttn_hal;