add first screenshot of WebUI
This commit is contained in:
parent
a2df3be095
commit
f4ffe7a816
2 changed files with 2 additions and 1 deletions
|
@ -2144,7 +2144,7 @@ void WEBsystemSettings() {
|
|||
// PumpOnTime int
|
||||
body += "PUMP ON time: <input class='inputShort' type='number' name='PumpOnTime' min='0' max='255' value='";
|
||||
body += PumpOnTime;
|
||||
body += "'required> Seconds<br>\n";
|
||||
body += "' required> Seconds<br>\n";
|
||||
|
||||
// MoistureSensor_Type byte
|
||||
body += "Soilmoisture sensor: <select id='MoistureSensor_Type' name='MoistureSensor_Type' required>\n";
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
A simple DIY plant growing system (for cannabis).
|
||||
|
||||
![CanGrow_PCB_Front.png](KiCad/CanGrow/CanGrow_PCB_Front_small.png)
|
||||
![Screenshot_WebUI_root.png](Arduino/CanGrow/Screenshot_WebUI_root.png)
|
||||
|
||||
# WORK IN PROGRESS
|
||||
|
||||
|
|
Loading…
Reference in a new issue