Deployed 73d840d with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-03-28 12:00:01 +00:00
parent 0bb1362a3c
commit c35cc9e33f
3 changed files with 10 additions and 6 deletions

View File

@@ -236,9 +236,9 @@
<hr />
<h3 id="sporadic-random-reboots">Sporadic random reboots</h3>
<p>Sporadic random reboots could have the following reasons:
- In general: Unstable system due to software issues (e.g. overload during HTML access, ...)
* In general: Unstable system due to software issues (e.g. overload during HTML access, ...)
--&gt; Trying the figure out what's the root cause to fix the issue
- Bad power supply
* Bad power supply
--&gt; The power supply need to stable to ensure proper operation of the device. If it's not stable the device tents to sporadic reboots (brownout detection)</p>
<p>In general: There are several mechanisms in the firmware (like saving previous values), to have a "smooth" reboot without too many notable disturbance.</p>
<h5 id="system-instabilities">System instabilities</h5>
@@ -341,9 +341,13 @@ Unfortunately, there is hardware around, where no PSRAM or only 2MB of PSRAM is
</code></pre>
<ul>
<li>Bad config example:</li>
<li><code>[0d00h05m11s] 2023-03-27T12:25:14 [TFLITE] CTfLiteClass::ReadFileToModel: /sdcard</code>
--&gt; model file missing: check configuration or file presence </li>
<li>Good config example:</li>
<li>
<p><code>[0d00h05m11s] 2023-03-27T12:25:14 [TFLITE] CTfLiteClass::ReadFileToModel: /sdcard</code>
--&gt; model file missing: check configuration or file presence </p>
</li>
<li>
<p>Good config example:</p>
</li>
<li><code>[0d00h05m12s] 2023-03-27T12:25:14 [TFLITE] CTfLiteClass::ReadFileToModel: /sdcard/config/ana-cont_1105_s2_q.tflite</code>
--&gt; model file found: config OK</li>
</ul>

File diff suppressed because one or more lines are too long

Binary file not shown.