Commit 9dae33ae authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Fri Oct 26 06:15:55 UTC 2018

parent 7a8d75a8
......@@ -7587,16 +7587,24 @@ to takeoff is reached</short_desc>
<group name="SD Logging">
<parameter default="0" name="SDLOG_DIRS_MAX" type="INT32">
<short_desc>Maximum number of log directories to keep</short_desc>
<long_desc>If there are more log directories than this value, the system will delete the oldest directories during startup. In addition, the system will delete old logs if there is not enough free space left. The minimum amount is 300 MB. If this is set to 0, old directories will only be removed if the free space falls below the minimum.</long_desc>
<long_desc>If there are more log directories than this value, the system will delete the oldest directories during startup. In addition, the system will delete old logs if there is not enough free space left. The minimum amount is 300 MB. If this is set to 0, old directories will only be removed if the free space falls below the minimum. Note: this does not apply to mission log files.</long_desc>
<min>0</min>
<max>1000</max>
<reboot_required>true</reboot_required>
</parameter>
<parameter default="1" name="SDLOG_MISSION" type="INT32">
<short_desc>Mission Log</short_desc>
<long_desc>If enabled, a small additional "mission" log file will be written to the SD card. The log contains just those messages that are useful for tasks like generating flight statistics and geotagging. The different modes can be used to further reduce the logged data (and thus the log file size). For example, choose geotagging mode to only log data required for geotagging. Note that the normal/full log is still created, and contains all the data in the mission log (and more).</long_desc>
<reboot_required>true</reboot_required>
<values>
<value code="0">Disabled</value>
<value code="1">All mission messages</value>
<value code="2">Geotagging messages</value>
</values>
</parameter>
<parameter default="0" name="SDLOG_MODE" type="INT32">
<short_desc>Logging Mode</short_desc>
<long_desc>Determines when to start and stop logging. By default, logging is started when arming the system, and stopped when disarming.</long_desc>
<min>0</min>
<max>2</max>
<reboot_required>true</reboot_required>
<values>
<value code="0">when armed until disarm (default)</value>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment