Try breakout threshold 10m

This commit is contained in:
sonora 2015-09-23 14:35:48 +02:00
parent 737793ba4d
commit bdcdb34af1

View file

@ -226,7 +226,7 @@ public class GPXUtilities {
double totalSpeedSum = 0;
points = 0;
double channelThres = 5;
double channelThres = 10;
double channelBase;
double channelTop;
double channelBottom;