dylan-smith / DiveIntelligence

1 stars 1 forks source link

fix dive duration bug #200

Closed dylan-smith closed 1 week ago

dylan-smith commented 1 week ago

Fixes #199

The code was incorrectly including the ascent segment (which was no longer correct given the changes in progress) in the total dive time. This corrects it to use CurrentTotalDiveTime which excludes the last (generated) ascent segment.