From: David Volovskiy Date: Tue, 2 Dec 2025 01:11:40 +0000 (-0500) Subject: We forgot to enable the actual double tap X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=a907760cc19e7e161f0a7476c9ad62d68e9a0785;p=sensor-watch.git We forgot to enable the actual double tap --- diff --git a/movement.c b/movement.c index e81ccb9..a37e8df 100644 --- a/movement.c +++ b/movement.c @@ -520,6 +520,7 @@ bool movement_enable_tap_detection_if_available(void) { lis2dw_set_low_noise_mode(true); lis2dw_set_data_rate(LIS2DW_DATA_RATE_HP_400_HZ); lis2dw_set_mode(LIS2DW_MODE_LOW_POWER); + lis2dw_enable_double_tap(); // Settling time (1 sample duration, i.e. 1/400Hz) delay_ms(3);