You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
esp-link/html/log.tpl

19 lines
390 B

%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>