1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

Correct default value for overo sync settings

This commit is contained in:
James Cotton 2012-07-14 17:38:49 -05:00
parent 5f337afb36
commit 7bddf2a988
2 changed files with 2 additions and 2 deletions

2
overo

@ -1 +1 @@
Subproject commit f9d96100b5c5427eecc4b7ab9f6786f502ae5e14
Subproject commit 0919f3c8ce8469445ed6edaaa079cc92cca2fd97

View File

@ -1,7 +1,7 @@
<xml>
<object name="OveroSyncSettings" singleinstance="true" settings="true">
<description>Settings to control the behavior of the overo sync module</description>
<field name="LogOn" units="" type="enum" options="Never,Always,Armed" elements="1" default="Armed"/>
<field name="LogOn" units="" type="enum" options="Never,Always,Armed" elements="1" defaultvalue="Armed"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="onchange" period="0"/>