Skip to content
Snippets Groups Projects
Commit 80ef7401 authored by Thomas Boy's avatar Thomas Boy
Browse files

changes params in header DrawArea.h files

parent bc705270
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment