mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-19 12:27:16 +00:00
Increase rcswitch H/L changes to 64 bits
This commit is contained in:
parent
549ca6e32f
commit
f2bf8b96e7
@ -59,7 +59,8 @@
|
||||
// Number of maximum high/Low changes per packet.
|
||||
// We can handle up to 36 bit * 2 H/L changes per bit + 2 for sync
|
||||
// Для keeloq нужно увеличить RCSWITCH_MAX_CHANGES до 23+1+66*2+1=157
|
||||
#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
|
||||
#define RCSWITCH_MAX_CHANGES 131 // default 75 - Supports 64 too
|
||||
|
||||
// separationLimit: minimum microseconds between received codes, closer codes are ignored.
|
||||
// according to discussion on issue #14 it might be more suitable to set the separation
|
||||
|
Loading…
x
Reference in New Issue
Block a user