mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-23 02:57:07 -04:00
Merge pull request #170 from nebman/master
generic remote sc/pt226x ev1527: increase the tolerance to 50
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* EV1527
|
||||
*
|
||||
* Copyright (C) 2015 Tommy Vestermark
|
||||
* Copyright (C) 2015 nebman
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
@@ -66,7 +67,7 @@ static int generic_remote_callback(bitbuffer_t *bitbuffer) {
|
||||
|
||||
|
||||
PWM_Precise_Parameters pwm_precise_parameters_generic = {
|
||||
.pulse_tolerance = 20,
|
||||
.pulse_tolerance = 50,
|
||||
.pulse_sync_width = 0, // No sync bit used
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user