-
Notifications
You must be signed in to change notification settings - Fork 1
/
updates.html
269 lines (219 loc) · 9.54 KB
/
updates.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<head>
<!-- GNU Info
==================================================
This file is part of the Open Source ESP8266 Based Controllers
Free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Open Source pH controller. If not, see <http://www.gnu.org/licenses/>.
Code and comments provided by Michael Ratcliffe in partnership with AquaponicsLab.org
For More information see:
http://MichaelRatcliffe.com
http://AquaponicsLab.org
================================================== -->
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="img/fish.png">
<title>AquaponicsLab --Updates</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<!-- Template CSS Files
================================================== -->
<link rel='stylesheet' href='css/temp.min.css'>
<!-- jQuery -->
<script src="js/JSFiles.min.js"></script>
<!-- javascript
================================================== -->
<!--
==================================================
Header Section Start
================================================== -->
</head>
<body style='background-color: #000;'>
<div class='container'>
<div class='row'>
<div class='col-xs-12 col-md-12 col-lg-12' style='text-align: center;'>
<h1><p class="text-warning">Controller Updates</p></h1>
</div>
</div>
<!--
==================================================
Second title Settings
================================================== -->
<div class='row'>
<div class='col-md-12' style='text-align: center;'>
</div>
</div>
<!--
==================================================
Main Image
================================================== -->
<div class="text-xs-center">
<img class="img-responsive center-block" src="img/fish.png" alt="Michael Ratcliffe" height='330px' width='330px'>
</div>
<!--
=========================================================
Hot Links
========================================================== -->
<center>
<div class="row ">
<div class="col-md-12">
<h4 class="service-heading">Current Version: V2.2 <a href="#Current" class="portfolio-link" data-toggle="modal" > + </a> </h4>
<h4 class="service-heading">Planned Updates: <a href="#PUpdates" class="portfolio-link" data-toggle="modal"> + </a> </h4>
<br>
</p>
</div>
</center>
<!--
=========================================================
End Of Hot Links
========================================================== -->
<!--
==================================================
Bottom Buttons Section
================================================== -->
<center>
<div class='btn-group' role='group' aria-label='MENU'>
<!--
=============
Home Button
================== -->
<a href='index.html' type='button' class='btn btn-md' style='background-color: #000; frameborder=1; border-color:#656565;'>Home </a>
<!--
=============
About Button
================== -->
<a href='about.html' type='button' class='btn btn-md' style='background-color: #000; frameborder=1; border-color:#656565;'>About </a>
<!--
=============
Wifi Settings
================== -->
<a href='wifi.html' type='button' class='btn btn-md' style='background-color: #000; frameborder=1; border-color:#656565;'>Wifi Setup </a>
<!--
=============
SetPoints
================== -->
<a href='setpoints.html' type='button' class='btn btn-md' style='background-color: #000; frameborder=1; border-color:#656565;'>Setpoints </a>
<!--
=============
Readings
================== -->
<a href='readings.html' type='button' class='btn btn-md' style='background-color: #000; frameborder=1; border-color:#656565;'>Readings </a>
<!--
=============
Logs
================== -->
<a href='Logs.html' type='button' class='btn btn-md' style='background-color: #000; frameborder=1; border-color:#656565;'>Logs </a>
<!--
=============
Updates
================== -->
<a href='updates.html' type='button' class='btn btn-md' style='background-color: #000; frameborder=1; border-color:#656565;'>Updates </a>
<!--
============================
Closing Everything up
================================== -->
</div>
</center>
</div>
</div>
</div>
</div>
<!--
====================================================================
Pop Up Modules
==================================================================== -->
<!--========================================================Portfolio Modal Current ================================================= -->
<div class="portfolio-modal modal fade" id="Current" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center ">
<div class="modal-body ">
<h2>Software Version 2.2</h2>
<p>
Version 2.X software offers: <br>
<br>
-Basic and reliable automation <br>
-Local hotspot for user interaction <br>
-Web-based interface (GUI) to configure setpoints <br>
-Local data log <br>
<br>
Known Issues/bugs:
<a href="/ReadMe" target="_blank" >Download Changelog</a>.</p>
<p>
</p>
<img class="img-responsive center-block" src="img/gnu.png" alt="michaelratcliffe.com">
<p class="item-intro text-muted">All of the content of this Website is written by myself and AquaponicsLab including the scrips/codes and design tutorials unless stated otherwise.
Everything is released as Copy Left: Use it as You Wish</p>
<p>For More info: <a href="https://www.gnu.org/home.en.html" target="_blank" >here</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
====================================================================
Pop Up Modules
==================================================================== -->
<!--========================================================Portfolio Modal Planned Updates ================================================= -->
<div class="portfolio-modal modal fade" id="PUpdates" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center ">
<div class="modal-body ">
<h2>Planned Updates</h2>
<p>
Releasing software updates in stages will let us improve the controllers constantly based on the user needs: <br>
<br>
-Improve IoT to allow connection and control via Internet<br>
-Performing funtions at specific times of the day <br>
-Adding launguage support <br>
-Increase the data log range of information and frequency of logging points <br>
-Selection of plant species to auto control setpoints <br>
-Optional forwarding of data to remotely store, visualize and receive system messages <br>
-Clustering of controllers for data agregation and integrated system control<br>
<br>
Is there something you think we should add on: [email protected]
<br>
<br>
<img class="img-responsive center-block" src="img/gnu.png" alt="michaelratcliffe.com">
<p class="item-intro text-muted">All Updates will be released as Copy Left: Use it as You Wish</p>
<p>For More info: <a href="https://www.gnu.org/home.en.html" target="_blank" >here</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>