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

Remove unused value field from the relaytuning object

This commit is contained in:
James Cotton 2012-08-01 01:13:05 -05:00
parent 52ffec0be4
commit 5c00451c9e

View File

@ -1,7 +1,6 @@
<xml>
<object name="RelayTuning" singleinstance="true" settings="false">
<description>The input to the relay tuning.</description>
<field name="Value" units="deg/s" type="float" elements="1"/>
<field name="Period" units="ms" type="float" elementnames="Roll,Pitch,Yaw"/>
<field name="Amplitude" units="deg/s" type="float" elementnames="Roll,Pitch,Yaw"/>
<access gcs="readwrite" flight="readwrite"/>