From 80ef74019802333f18e5c0909385607301cb2f5a Mon Sep 17 00:00:00 2001 From: Thomas Boy <thomas-boy@idiv.de> Date: Thu, 25 Jan 2018 10:29:13 +0100 Subject: [PATCH] changes params in header DrawArea.h files --- src/DrawArea.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DrawArea.h b/src/DrawArea.h index 409a35a..74570d9 100644 --- a/src/DrawArea.h +++ b/src/DrawArea.h @@ -28,9 +28,9 @@ #include <stdint.h> #define INVALID_ALTITUDE 55537 -#define MIN_TIME 0.72 // s/m -#define POSITIVE_SLOPE_FACTOR 5 // s/m/100% -#define NEGATIVE_SLOPE_FACTOR -2 // s/m/-100% +#define MIN_TIME 1.8 // s/m //0.72 old value +#define POSITIVE_SLOPE_FACTOR 15 // s/m/100% +#define NEGATIVE_SLOPE_FACTOR -5 // s/m/-100% #define SQRT_2 1.41421356237 // Node is the basic structure of the graph -- GitLab