Skip to content

Commit 1e64953

Browse files
committed
fix(wsen-pads): fix constant threshold_alert
1 parent a68d764 commit 1e64953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/wsen-pads/examples/threshold_alert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from wsen_pads import WSEN_PADS
77
from wsen_pads.const import ODR_10_HZ
88

9-
PRESSURE_ALERT_HPA = 1021.8 # Alert threshold
9+
PRESSURE_ALERT_HPA = 1000 # Alert threshold
1010
READ_INTERVAL_S = 1 # Time between printed readings
1111

1212
i2c = I2C(1)

0 commit comments

Comments
 (0)