diff options
| author | Dragon Prevost <dragon@dkp.io> | 2018-10-25 11:42:54 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-25 11:42:54 -0700 | 
| commit | 86aae1611e3b75e41a2d1ff28eef08d8de038f72 (patch) | |
| tree | d68cb23e443c0e0c5a06b768f099cb18d5e29e10 /motionMonitor | |
| parent | 8ae7b4896ac1c5f703a3845e2db7634f193053fe (diff) | |
Increase sudden impact threshold
Co-Authored-By: nvandoorn <vandoorn.nick@gmail.com>
Diffstat (limited to 'motionMonitor')
| -rw-r--r-- | motionMonitor/motionMonitor.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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*); | 
