Commit 069ebba
committed
pwm-receivers: state the 3.x Wide mode rule precisely
The previous wording said 3.x gave 7-bit resolution at "the slower
telemetry ratios", which is vague and reads backwards.
The 3.x encoder selected 64 or 128 bins from telemInEveryPacket, which
was (tlmDenom > 1) && (tlmDenom < 8). So it was 7-bit at every ratio
except 1:2 and 1:4. The packet rate was not a factor: every Std default
is 1:8 or slower, so Std never selected the 6-bit path.
This now matches the note already on the Switch Configuration page.1 parent cd74f21 commit 069ebba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments