I'm writing a simple data field to track the current lap max HR.
I know that onTimerLap() is called when the lap button is pressed so I can reset the tracking, but how do I know when a lap is discarded again? If the user discards the lap (e.g. if they pressed the lap button by mistake) I need to undo the tracking reset in my code.
Thanks!