1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-942 changed taskinfo to be non acked too

This commit is contained in:
Corvus Corax 2014-02-17 23:32:54 +01:00
parent f066bcb2d9
commit b846ba3a1e

View File

@ -108,8 +108,8 @@
</elementnames>
</field>
<access gcs="readonly" flight="readwrite"/>
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
<telemetryflight acked="true" updatemode="periodic" period="10000"/>
<telemetrygcs acked="false" updatemode="onchange" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="10000"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>