You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 172c0e0 set the upper key range to 0xFFFF, which might break current keys. Rolling code for secplus_v2 is 28 bits, therefore the max value should be 0xFFFFFFF (2^28).
Tested on a chamberlain garage door opener, after enroll a key w/ rolling code 0xFFFE, the opener accepted the key once (0xFFFF), and does not accept the next one (0x0)
Reproduction
enroll a key w/ rolling code 0xFFFE on a chamberlain garage door opener , the opener accepted the key once (0xFFFF), and does not accept the next one (0x0) and after
Target
No response
Logs
No response
Anything else?
Did not test other protocols that made the same change in that commit.
The text was updated successfully, but these errors were encountered:
Describe the bug.
unleashed-firmware/lib/subghz/protocols/secplus_v2.c
Line 382 in 172c0e0
Commit 172c0e0 set the upper key range to 0xFFFF, which might break current keys. Rolling code for secplus_v2 is 28 bits, therefore the max value should be 0xFFFFFFF (2^28).
Tested on a chamberlain garage door opener, after enroll a key w/ rolling code 0xFFFE, the opener accepted the key once (0xFFFF), and does not accept the next one (0x0)
Reproduction
enroll a key w/ rolling code 0xFFFE on a chamberlain garage door opener , the opener accepted the key once (0xFFFF), and does not accept the next one (0x0) and after
Target
No response
Logs
No response
Anything else?
Did not test other protocols that made the same change in that commit.
The text was updated successfully, but these errors were encountered: