Try breakout threshold 10m
This commit is contained in:
parent
737793ba4d
commit
bdcdb34af1
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ public class GPXUtilities {
|
|||
double totalSpeedSum = 0;
|
||||
points = 0;
|
||||
|
||||
double channelThres = 5;
|
||||
double channelThres = 10;
|
||||
double channelBase;
|
||||
double channelTop;
|
||||
double channelBottom;
|
||||
|
|
Loading…
Reference in a new issue