add first screenshot of WebUI

This commit is contained in:
Marcus 2024-05-03 02:53:25 +02:00
parent a2df3be095
commit f4ffe7a816
2 changed files with 2 additions and 1 deletions

View file

@ -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";

View file

@ -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