09b8b8087c
* libesphttpd: added extras and example * Added "heatshrink" as a submodule * Updated libesphttpd * Updated libesphttpd * Trying to fix the commit id * Updated libesphttpd * Added zlib1g-dev package * Use native gcc to build mkespfsimage and mkupgimg * Added NS and GW for DHCP server configuration
15 lines
403 B
Smarty
15 lines
403 B
Smarty
<html><head><title>Test</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<h1>The LED</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>
|