Skip to content

Conversation

@malmeloo
Copy link
Owner

Improve efficiency of aligning the key generator for the first time by starting at the theoretical maximum index instead of the minimum. This also comes with stability improvements because we are guaranteed to either 'overshoot' or match the actual index of the accessory since we're counting down. Overshooting is fine as long as the timestamp is correct because it means we will also overshoot our theoretical maximum index compared to the actual value, and since we're once again counting down from this value we're guaranteed to include the actual index in our search and obtain the latest report.

@malmeloo malmeloo merged commit 722d35a into main Sep 24, 2025
8 checks passed
@malmeloo malmeloo deleted the feat/key-alignment branch September 24, 2025 21:05
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.

2 participants