mirror of https://github.com/jeelabs/esp-link.git
16 lines
487 B
16 lines
487 B
<html><head><title>LED test - 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 - LED test</h1>
|
|
<p>
|
|
If there's a LED connected to GPIO2, it's now %ledstate%. You can change that using the buttons below.
|
|
</p>
|
|
<form method="post" action="led.cgi">
|
|
<input type="submit" name="led" value="1">
|
|
<input type="submit" name="led" value="0">
|
|
</form>
|
|
</div>
|
|
</body></html>
|
|
|