Files
GrowController/Firmware/Resources/about.htm
2021-10-04 13:45:39 +00:00

56 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Grow Controller</title>
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width">
<script type='text/javascript' src='myip.js'></script>
<script type='text/javascript' src='about.js'></script>
</head>
<body>
<h1>Grow Controller</h1>
by Smartware Computing
<blockquote>
<table cellpadding="5">
<tr valign="top">
<td><img src="/icon.jpg" /></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>Library for WEMO emulation, Copyright &copy; 2016 by Xose Pérez</li>
<li>Libraries; Copyright &copy; 2001-2013 Free Software Foundation, Inc.</li>
<li>Libraries; Copyright (c) 1997 Silicon Graphics Computer Systems, 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>
<table>
<tr valign="top">
<td>NAV:</td>
<td>
<a href='/'>Home</a> |
<a href='/config'>Config</a> |
<a href='/scan'>Scan</a> |
<a href='/rssi'>RSSI</a> |
<a href='/curr'>Current</a> |
<a href='/config?ssid=reset&pass=reset' onclick=\"return confirm('Are you sure?')\">Factory Reset</a> |
<a href='/about'>About</a>
</td>
</tr>
</table>
</body>
</html>