1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

this made GCS tx rate go over 3000

This commit is contained in:
Sambas 2012-10-31 21:15:39 +02:00
parent 492fbc88b0
commit 32e3f2e631

View File

@ -11,7 +11,7 @@
<field name="AngleOfAttack" units="deg" type="float" elements="1"/>
<field name="AngleOfSlip" units="deg" type="float" elements="1"/>
<access gcs="readwrite" flight="readonly"/>
<telemetrygcs acked="false" updatemode="periodic" period="50"/>
<telemetrygcs acked="false" updatemode="periodic" period="1000"/>
<telemetryflight acked="false" updatemode="manual" period="50000"/>
<logging updatemode="manual" period="0"/>
</object>