I have a feature request, nested intervals.
Basically, I want to be able to do something like
Distance 3 miles
{
Run until HR above X
Walk until HR below X
}
Repeat the interval until I’ve covered the 3 miles. This wouldn’t just be heart rate, but any of the standard interval types: distance, time, etc.
I sometimes do workouts like this and the way I kind of manage it now is to just set the interval counter to the max number. It’s usually OK but it would be nice on some of the longer treks I do where I want to run but not superseriously.