From 86aae1611e3b75e41a2d1ff28eef08d8de038f72 Mon Sep 17 00:00:00 2001 From: Dragon Prevost Date: Thu, 25 Oct 2018 11:42:54 -0700 Subject: Increase sudden impact threshold Co-Authored-By: nvandoorn --- motionMonitor/motionMonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'motionMonitor') diff --git a/motionMonitor/motionMonitor.c b/motionMonitor/motionMonitor.c index ce557a1..c56a55c 100644 --- a/motionMonitor/motionMonitor.c +++ b/motionMonitor/motionMonitor.c @@ -5,7 +5,7 @@ #define N_CHANGE_BLOCKS 200 #define SAMPLE_PERIOD_MS 100 -#define DEFAULT_THRESHOLD_MS2 10 +#define DEFAULT_THRESHOLD_MS2 17 void* impactMonitor(void*); -- cgit v1.2.3