@@ -6689,16 +6700,28 @@ This is used for gathering replay logs for the ekf2 module</short_desc>
<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. This parameter is only for the new logger (SYS_LOGGER=1).</long_desc>
<min>0</min>
<max>3</max>
<max>2</max>
<reboot_required>true</reboot_required>
<scope>modules/logger</scope>
<values>
<valuecode="1">from boot until disarm</value>
<valuecode="0">when armed until disarm (default)</value>
<valuecode="3">from boot until shutdown - IMU and Baro data only (used for thermal calibration)</value>
<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>
...
...
@@ -8038,12 +8061,27 @@ DEPRECATED, only used on V1 hardware</short_desc>
<valuecode="0">Keep parameters</value>
</values>
</parameter>
<parameterdefault="0"name="SYS_HITL"type="INT32">
<short_desc>Enable HITL mode on next boot</short_desc>
<long_desc>While enabled the system will boot in HITL mode and not enable all sensors and checks. When disabled the same vehicle can be normally flown outdoors.</long_desc>
<short_desc>Run the FMU as a task to reduce latency</short_desc>
<long_desc>If true, the FMU will run in a separate task instead of on the work queue. Set this if low latency is required, for example for racing. This is a trade-off between RAM usage and latency: running as a task, it requires a separate stack and directly polls on the control topics, whereas running on the work queue, it runs at a fixed update rate.</long_desc>