Files
GrowController/Firmware/Resources/about.htm

42 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Grow Controller</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, width=device-width">
<script type='text/javascript' src='myip.js'></script>
<script type='text/javascript' src='about.js'></script>
<script type='text/javascript' src='nav.js'></script>
</head>
<body onload="NavInit();">
<h1>Grow Controller</h1>
by Smartware Computing
<blockquote>
<table cellpadding="5">
<tr valign="top">
<td><img src="icon.png" title="logo" /></td>
<td>
This Grow Controller is an IOT device based on an ESP8266-12 module. The software for it has been
derived from various sources and where copyrights have been identified, they are listed below.<br />
<ul>
<li>The composite work is Copyright &copy; 2018-2021 by Smartware Computing, all rights reserved.</li>
<li>Libraries; Copyright &copy; 2001-2013 Free Software Foundation, Inc.</li>
</ul>
<dl>
<dt>Toggle Button</dt>
<dd>Each press will toggle the circuit between on and off.</dd>
<dt>Reset Button</dt>
<dd>Momentary press resets unit. Very Long press causes Factory reset back to Access Point mode.</dd>
</dl>
</td>
</tr>
</table>
Mode:
Uptime:
</blockquote>
<span id='nav'></span>
</body>
</html>