Skip to content

Commit 4a36a5c

Browse files
committed
examples: Remove the unused constant in floor_detector wsen-pads.
1 parent 1416b53 commit 4a36a5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/wsen-pads/examples/floor_detector.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
SAMPLES_FOR_BASELINE = 20
1414
SAMPLES_PER_MEASURE = 10
15-
SEA_LEVEL_HPA = 1013.25
16-
METERS_PER_FLOOR = 0.1 #3.0
15+
METERS_PER_FLOOR = 0.3
1716

1817
baseline_pressure_list = []
1918

0 commit comments

Comments
 (0)