mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-11 03:36:48 +01:00
20 lines
431 B
Smarty
20 lines
431 B
Smarty
%head%
|
|
|
|
<div id="main">
|
|
<div class="header">
|
|
<h1><span class="esp">esp</span> link - Microcontroller Console</h1>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<p>The Microcontroller console shows the last 1024 characters received from UART0, to which
|
|
a microcontroller is typically attached.</p>
|
|
<pre class="console">
|
|
%console%
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="ui.js"></script>
|
|
</body></html>
|