Wide switch mode always 6 bit, boost to 1:2 #3295
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removes the 7-bit mode for Wide switches when running at low telemetry ratios, making the Wide switches always 6-bit. This also returns TLMBoost to the original 1:2, removing the triage fix from #3210 that limited it to 1:8 to prevent it from crossing the boundary.
I feel like this is less confusing and returns the telemetry boost performance lost. REGRESSION: users may be upset about the lower resolution of the channels, making them maybe unsuitable for some control surfaces or head tracking.
Question
Should I also revert the TLMBoost request/active code that was added in #3222? The advantage to keeping it is slight and it does add minor code complexity.
Also tagged For Discussion because if we want to keep the terrible TLMBoost bandwidth and keep 7-bit Wide switches, I'm cool with that and just closing this PR.