Plant Watering

This commit is contained in:
Make It Smart
2023-05-21 03:58:44 +03:00
parent eb73a64d59
commit fdd3755da3
7 changed files with 329 additions and 2 deletions

View File

@@ -17,8 +17,8 @@ IPAddress dns(192, 168, 1, 1);
IPAddress dns2(8, 8, 8, 8);
const char *deviceName = "MakeItSmart_Roller_Blind";
const char *ssid = "Your SSID";
const char *password = "Your Password";
const char *ssid = "**********Your_SSID************";
const char *password = "********Your Password**********";
ESP8266WebServer httpServer(80);
ESP8266HTTPUpdateServer httpUpdater;