1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1650 Remove update on change from OPLinkReceiver object to stop

telemetry spam with OPLink PPM enabled.
This commit is contained in:
Erik Gustavsson 2015-01-31 22:11:43 +01:00
parent 0d317d1435
commit 511a9af2ac

View File

@ -3,8 +3,8 @@
<description>A receiver channel group carried over the OPLink radio.</description>
<field name="Channel" units="us" type="int16" elements="8"/>
<access gcs="readonly" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="onchange" period="0"/>
<telemetryflight acked="false" updatemode="onchange" period="0"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>