From d256bc93243ae467bc46b2bc90ce18ae1f422799 Mon Sep 17 00:00:00 2001 From: Ask Jakobsen Date: Wed, 23 Mar 2016 16:26:06 +0100 Subject: [PATCH] Adjust pulse_tolerance to get all sensors to work --- src/devices/chuango.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/chuango.c b/src/devices/chuango.c index 0a447188..79137088 100644 --- a/src/devices/chuango.c +++ b/src/devices/chuango.c @@ -85,7 +85,7 @@ static char *output_fields[] = { }; PWM_Precise_Parameters pwm_precise_parameters = { - .pulse_tolerance = 35, + .pulse_tolerance = 40, .pulse_sync_width = 0, // No sync bit used };