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

fixed systemalarms throttling due to prolems over radio telemetry

This commit is contained in:
Corvus Corax 2014-03-30 16:40:42 +02:00
parent 5866983ba3
commit 96865faebd

View File

@ -43,8 +43,8 @@
</elementnames> </elementnames>
</field> </field>
<access gcs="readwrite" flight="readwrite"/> <access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="true" updatemode="onchange" period="0"/> <telemetrygcs acked="true" updatemode="manual" period="0"/>
<telemetryflight acked="true" updatemode="onchange" period="0"/> <telemetryflight acked="true" updatemode="throttled" period="100"/>
<logging updatemode="manual" period="0"/> <logging updatemode="manual" period="0"/>
</object> </object>
</xml> </xml>