mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-05-19 07:15:15 -04:00
Adjust pulse_tolerance to get all sensors to work
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user