summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinhyung Choi <jinhyung2.choi@samsung.com>2013-10-25 15:25:01 +0900
committerJinhyung Choi <jinhyung2.choi@samsung.com>2013-10-25 15:25:01 +0900
commit04321554c2753011bbf7e0dd3979f882dfaa5b0f (patch)
tree77731177d5897af9681167e09bd7d061fa36bcba
parentf764103f2bb6795fa1e9cb44dd67b2c158335e20 (diff)
downloademulator-plugin-accel-proc-tizen_2.2.tar.gz
emulator-plugin-accel-proc-tizen_2.2.tar.bz2
emulator-plugin-accel-proc-tizen_2.2.zip
Change-Id: I99419a595c517ac0aef98a65df7e625c423f1312 Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
-rw-r--r--packaging/sf-plugin-proc-accel-emul.spec2
-rw-r--r--src/accel_sim_processor.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/sf-plugin-proc-accel-emul.spec b/packaging/sf-plugin-proc-accel-emul.spec
index af979bf..61b476c 100644
--- a/packaging/sf-plugin-proc-accel-emul.spec
+++ b/packaging/sf-plugin-proc-accel-emul.spec
@@ -1,6 +1,6 @@
#git:/slp/pkgs/e/emulator-plugin-accel-proc
Name: sf-plugin-proc-accel-emul
-Version: 0.2.22
+Version: 0.2.23
Release: 1
Summary: Accel simulator Processor plugin for sensor framework (using setting)
Group: System Environment/Libraries
diff --git a/src/accel_sim_processor.cpp b/src/accel_sim_processor.cpp
index d069e9e..d6eb989 100644
--- a/src/accel_sim_processor.cpp
+++ b/src/accel_sim_processor.cpp
@@ -69,7 +69,7 @@
#define DEBUG
#define SRV_IP "10.0.2.2"
#define RADIAN_VALUE 57.29747
-#define GRAVITY_VALUE 0.0098
+#define GRAVITY_VALUE 0.00980665
#define BINARY_TO_GRAVITY 0.001
#define LOW_FILTER_ALPHA 0.8
#define LOW_FILTER_ALPHA_R 0.2