Commit 0e93851
committed
stop polling ELRS status from the VTX Admin widget
The widget requested ELRS_STATUS every 2 seconds by writing field 0,
but nothing under WIDGETS/ELRSVTXAdmin ever read the resulting
hasTelemetry, modelMismatch or elrsFlagsInfo state. The UI is driven
entirely by the folder PARAMETER_READ sent alongside it.
On the TX side that write only triggers an ELRS_STATUS reply; it sets
no mode, arms no timer and raises no device event, so dropping it
changes no behaviour and halves the widget's steady-state traffic. It
also bypassed the CRSF singleton's rate limiter, so with the Telemetry
widget loaded the two sent 1.5 status writes per second instead of 1.1 parent 5caa3c6 commit 0e93851
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | 203 | | |
209 | 204 | | |
210 | 205 | | |
| |||
315 | 310 | | |
316 | 311 | | |
317 | 312 | | |
318 | | - | |
319 | 313 | | |
320 | 314 | | |
321 | 315 | | |
| |||
0 commit comments