mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
13 lines
492 B
XML
13 lines
492 B
XML
<!DOCTYPE settings SYSTEM "settings.dtd">
|
|
|
|
<settings>
|
|
<dl_settings NAME="Power switch control">
|
|
<dl_settings NAME="Power switch">
|
|
<dl_setting MAX="1" MIN="0" STEP="1" VAR="power_switch" module="autopilot" handler="SetPowerSwitch">
|
|
<strip_button name="Switch on" icon="on.png" value="0" group="switch_light"/>
|
|
<strip_button name="Switch off" icon="off.png" value="1" group="switch_light"/>
|
|
</dl_setting>
|
|
</dl_settings>
|
|
</dl_settings>
|
|
</settings>
|