mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
invert the light
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
<!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"/>
|
||||||
|
<strip_button name="Switch off" icon="off.png" value="1"/>
|
||||||
|
</dl_setting>
|
||||||
|
</dl_settings>
|
||||||
|
</dl_settings>
|
||||||
|
</settings>
|
||||||
Reference in New Issue
Block a user