mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
17 lines
823 B
XML
17 lines
823 B
XML
<!DOCTYPE settings SYSTEM "settings.dtd">
|
|
|
|
<settings>
|
|
<dl_settings>
|
|
|
|
<dl_settings NAME="System">
|
|
<dl_setting var="autopilot_mode_auto2" min="0" step="1" max="14" module="autopilot" shortname="auto2" values="Fail|Kill|Rate|Att|Rate_rcC|Att_rcC|Att_C|Rate_Z|Att_Z|Hover|Hover_C|Hover_Z|Nav|RC_D|CareFree"/>
|
|
<dl_setting var="kill_throttle" min="0" step="1" max="1" module="autopilot" values="Resurrect|Kill" handler="KillThrottle"/>
|
|
<dl_setting var="autopilot_power_switch" min="0" step="1" max="1" module="autopilot" values="OFF|ON" handler="SetPowerSwitch">
|
|
<strip_button name="POWER ON" icon="on.png" value="1" group="power_switch"/>
|
|
<strip_button name="POWER OFF" icon="off.png" value="0" group="power_switch"/>
|
|
</dl_setting>
|
|
</dl_settings>
|
|
|
|
</dl_settings>
|
|
</settings>
|