mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-12 20:26:48 +01:00
20 lines
390 B
Smarty
20 lines
390 B
Smarty
%head%
|
|
|
|
<div id="main">
|
|
<div class="header">
|
|
<h1><span class="esp">esp</span> link - Debug Log</h1>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<p>The debug log shows the 1024 last characters printed by the esp-link software itself to
|
|
its own debug log.</p>
|
|
<pre class="console">
|
|
%log%
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="ui.js"></script>
|
|
</body></html>
|