Skip to content

Commit

Permalink
Double motion detect threshold, measure 1/9s in LL mode (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojousima authored Mar 13, 2024
1 parent b483257 commit 6e1d33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/application_config/application_mode_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#endif

#ifndef APP_MOTION_THRESHOLD
# define APP_MOTION_THRESHOLD (0.064F)
# define APP_MOTION_THRESHOLD (0.128F)
#endif

#ifndef APP_LOCKED_AT_BOOT
Expand Down
2 changes: 1 addition & 1 deletion src/application_config/application_mode_longlife.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define APP_BLE_INTERVAL_MS (1285U * 7U) //8995 ms, longest allowed divisible by 1285

#define APP_NUM_REPEATS (7U) // ~63 s
#define APP_NUM_REPEATS (1U) // ~9 s

#define APP_GATT_ENABLED (0U)

Expand Down

0 comments on commit 6e1d33f

Please sign in to comment.