1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

OP-1287 fixed telemetry options for pathdesired , which were set way too aggressive

This commit is contained in:
Corvus Corax 2014-06-09 23:39:05 +02:00
parent a19ebfec14
commit 78acaf49ad

View File

@ -23,7 +23,7 @@
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="onchange" period="1000"/>
<logging updatemode="onchange" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>