2013-11-17 02:54:26 +01:00
<xml >
<object name= "DebugLogSettings" singleinstance= "true" settings= "true" category= "System" >
<description > Configure On Board Logging Facilities</description>
2014-10-11 16:12:58 +02:00
<field name= "LoggingEnabled" units= "" type= "enum" elements= "1" options= "Disabled,OnlyWhenArmed,Always" defaultvalue= "Disabled" >
<description > If set to OnlyWhenArmed logs will only be saved when craft is armed. Disabled turns logging off, and Always will always log.</description>
</field>
2013-11-17 02:54:26 +01:00
<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>