update credits
[librepilot.git] / shared / uavobjectdefinition / poilearnsettings.xml
blob21ff01bbfb10ad89a343770fb9111ed34d65b0fa
1 <xml>
2     <object name="PoiLearnSettings" singleinstance="true" settings="true" category="Control">
3         <description>Settings for the @ref Point of Interest feature</description>
4         <field name="Input" units="channel" type="enum" elements="1" options="Accessory0,Accessory1,Accessory2,Accessory3,Accessory4,Accessory5,None" defaultvalue="None"/>
5         <access gcs="readwrite" flight="readwrite"/>
6         <telemetrygcs acked="true" updatemode="onchange" period="0"/>
7         <telemetryflight acked="true" updatemode="onchange" period="0"/>
8         <logging updatemode="manual" period="0"/>
9         </object>
10 </xml>