We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549ca6e commit f2bf8b9Copy full SHA for f2bf8b9
lib/lib_rf/rc-switch/src/RCSwitch.h
@@ -59,7 +59,8 @@
59
// Number of maximum high/Low changes per packet.
60
// We can handle up to 36 bit * 2 H/L changes per bit + 2 for sync
61
// Для keeloq нужно увеличить RCSWITCH_MAX_CHANGES до 23+1+66*2+1=157
62
-#define RCSWITCH_MAX_CHANGES 75 // default 75 - longest protocol that requires this buffer size is 38/nexus
+//#define RCSWITCH_MAX_CHANGES 75 // default 75 - longest protocol that requires this buffer size is 38/nexus
63
+#define RCSWITCH_MAX_CHANGES 131 // default 75 - Supports 64 too
64
65
// separationLimit: minimum microseconds between received codes, closer codes are ignored.
66
// according to discussion on issue #14 it might be more suitable to set the separation
0 commit comments