1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/shared/uavobjectdefinition/hwtinyfishsettings.xml

14 lines
978 B
XML

<xml>
<object name="HwTinyFISHSettings" singleinstance="true" settings="true" category="System">
<description>fishpepper.de tinyFISH Flight Controller hardware configuration</description>
<field name="UART1Port" units="function" type="enum" elements="1" options="Disabled,ComBridge" defaultvalue="Disabled"/>
<field name="UART3Port" units="function" type="enum" elements="1" options="Disabled,Telemetry,GPS,S.Bus,DSM,EX.Bus,HoTT SUMD,HoTT SUMH,SRXL,IBus,DebugConsole,ComBridge,MSP,MAVLink,HoTT Telemetry,FrskySensorHub,PPM,Outputs" defaultvalue="Disabled"/>
<field name="LEDPort" units="function" type="enum" elements="1" options="Disabled,WS281x" defaultvalue="Disabled"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
<telemetryflight acked="true" updatemode="onchange" period="0"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>