Skip to content

Commit fe4032d

Browse files
committed
code cleaning
1 parent f1c960d commit fe4032d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
This repo accompanies the "Connected Irrigation System" YouTube series. it contains the code, libraries, diagrams, and more information that I promised in the videos.
44

5-
[**Video 1: Building an IoT Irrigation System with Arduino, and Soil sensor**](https://youtu.be/vL6TKYhjwQc)
6-
This episode shows you how to use the [DHT11](https://amzn.to/2Qs9fcV) temperature and humidity sensors with the [Arduino Uno](https://amzn.to/2RnHhPY) board to build a weather station that displays current temperature and humidity on an [LCD](https://amzn.to/2FzJdT6) screen.
5+
[**Video 1: Building an IoT Irrigation System with Arduino, and Soil sensor**](https://youtu.be/ehpQRTUynlg)
76

87
⚡️ COMPONENTS AND SUPPLIES
98
==========================

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
@TODO ....
2+
This is an extremely popular DIY project that allows you to automatically water your plants according to the level of moisture in the soil
33
@author MecaHumArduino
44
@version 3.0
55
*/
@@ -176,5 +176,5 @@ void loop() {
176176
}
177177
sendDataToWiFiBoard(preparedData, 1000, DEBUG);
178178

179-
delay(5000); // 5 seconds
179+
delay(2000); // 2 seconds
180180
}

0 commit comments

Comments
 (0)