Skip to content

Commit 746848e

Browse files
committed
forcing linear interpolation for now
1 parent 6ee6e3c commit 746848e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DovesLapTimer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ class DovesLapTimer {
332332
double crossingThresholdMeters;
333333
bool raceStarted = false;
334334
bool crossing = false;
335-
bool forceLinear = false;
335+
bool forceLinear = true;
336336
unsigned long currentLapStartTime = 0;
337337
unsigned long lastLapTime = 0;
338338
unsigned long bestLapTime = 0;

0 commit comments

Comments
 (0)