Skip to content
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

Reset counter for app keys in debug keys #590

Merged
merged 1 commit into from
Nov 12, 2023
Merged

Conversation

philips77
Copy link
Member

In the initial screen there's an option to add debug keys. They are set to following numbers starting from 1, so the first Network Key gets value 0x000...001, next one 0x000..002, etc.
Before the change, the first app key was assigned the following number (0x000...003 in this case), so its value depended on number of Net Keys.
After the change, the counter is reset to 1, so App Keys always get the first one starting from 0x000...001.

@philips77 philips77 merged commit af3f19a into main Nov 12, 2023
@philips77 philips77 deleted the improvement/wizard branch November 12, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant