We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d457a1 commit 55e25e9Copy full SHA for 55e25e9
lib/pbio/sys/storage_settings.c
@@ -30,7 +30,7 @@ void pbsys_storage_settings_set_defaults(pbsys_storage_settings_t *settings) {
30
#endif
31
#if PBIO_CONFIG_IMU
32
settings->gyro_stationary_threshold = 3.0f;
33
- settings->accel_stationary_threshold = 2500.0f;
+ settings->accel_stationary_threshold = 250.0f;
34
settings->heading_correction = 360.0f;
35
#endif // PBIO_CONFIG_IMU
36
}
0 commit comments