mirror of https://github.com/jeelabs/esp-link.git
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.
15 lines
388 B
15 lines
388 B
10 years ago
|
<html><head><title>Log - ESP Link</title>
|
||
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="main">
|
||
|
<div id="topnav">%topnav%</div>
|
||
|
<h1><span class="esp">esp</span> link - Debug Log</h1>
|
||
|
<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>
|
||
|
</body></html>
|