Deployed 279f2e9 with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-01-23 18:56:54 +00:00
parent ff27acce8e
commit 2610522e12
3 changed files with 30 additions and 1 deletions

View File

@@ -102,6 +102,8 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="#autotimer">[AutoTimer]</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#datalogging">[DataLogging]</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#debug">[Debug]</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#system">[System]</a>
@@ -508,6 +510,33 @@ Intervall = 4.85
</tr>
</tbody>
</table>
<h3 id="datalogging">[DataLogging]</h3>
<pre><code>[DataLogging]
DataLogActive = true
DataLogRetentionInDays = 3
</code></pre>
<p>This paragraph is used to control the logging of the result data to a spectific folder of SD-Card -&gt; \log\data...</p>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Meaning</th>
<th>Options/Examples</th>
</tr>
</thead>
<tbody>
<tr>
<td>DataLogActive</td>
<td>Activate data logging to SD-Card</td>
<td></td>
</tr>
<tr>
<td>DataLogRetentionInDays</td>
<td>Number of days, for which the log files should be stored</td>
<td>0 = keep forever</td>
</tr>
</tbody>
</table>
<h3 id="debug">[Debug]</h3>
<pre><code>[Debug]
Logfile = true

File diff suppressed because one or more lines are too long

Binary file not shown.