betaflight-configurator/tabs/logging.html

17 lines
1.0 KiB
HTML
Raw Normal View History

2014-05-22 10:13:16 +00:00
<div class="tab-logging">
<div class="note">
Data will be logged in this tab <span style="color: red">only</span>, leaving this tab will <span style="color: red">cancel</span> logging and application will return to its normal <strong>"configurator"</strong> operation.<br />
2014-05-22 10:51:06 +00:00
You are free to select the global update period, data will be written into the log file every <strong>1</strong> second.
2014-05-22 10:13:16 +00:00
</div>
<div class="properties">
2014-05-22 10:51:06 +00:00
<dl>
<dt><label><input type="checkbox" name="MSP_RAW_IMU" /> MSP_RAW_IMU</label></dt><dd>9 columns (accel[x, y, z], gyro[x, y, z], mag[x, y, z])</dd>
<dt><label><input type="checkbox" name="MSP_ATTITUDE" /> MSP_ATTITUDE</label></dt><dd>3 columns (x, y, z)</dd>
<dt><label><input type="checkbox" name="MSP_ALTITUDE" /> MSP_ALTITUDE</label></dt><dd>one column</dd>
</dl>
2014-05-22 10:13:16 +00:00
</div>
<div class="buttons">
<a href="#" class="log_file">Select Log File</a>
<a href="#" class="logging">Start Logging</a>
</div>
</div>