-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix invalid ID for LEGACY_TCLK_TABLE_START #234
Conversation
Currently backup fails with
So, I continue to work |
Now all done. P.S. Bi-directional backup migration beween 2538 and 2562 can work with this PR. I will make another PR for such migration tomorrow. |
Please keep in mind, that it is breaking changes in
|
Please wait before merge. I will submit one small patch to tests |
Now it's ok :) |
This will break https://github.com/Koenkk/zigbee-herdsman/blob/master/src/adapter/z-stack/adapter/startZnp.ts#L191 (zstack 1.2), it will write to 273 instead of 257 after this. We should add:
|
I added |
…K_TABLE_START with wrong ID
… backup data in restore tests
@Koenkk what about to merge this? |
@hacker-cb yes, thanks! |
Fix for #233