mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
3f1ea5ed09
enable only at users discretion as needed to preserve log space
12 lines
613 B
XML
12 lines
613 B
XML
<xml>
|
|
<object name="WatchdogStatus" singleinstance="true" settings="false" category="System">
|
|
<description>For monitoring the flags in the watchdog and especially the bootup flags</description>
|
|
<field name="BootupFlags" units="" type="uint16" elements="1"/>
|
|
<field name="ActiveFlags" units="" type="uint16" elements="1"/>
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="false" updatemode="periodic" period="5000"/>
|
|
<logging updatemode="manual" period="0"/>
|
|
</object>
|
|
</xml>
|