Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
isbkch committed Oct 23, 2020
1 parent f1c960d commit fe4032d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

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

[**Video 1: Building an IoT Irrigation System with Arduino, and Soil sensor**](https://youtu.be/vL6TKYhjwQc)
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.
[**Video 1: Building an IoT Irrigation System with Arduino, and Soil sensor**](https://youtu.be/ehpQRTUynlg)

⚡️ COMPONENTS AND SUPPLIES
==========================
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
@TODO ....
This is an extremely popular DIY project that allows you to automatically water your plants according to the level of moisture in the soil
@author MecaHumArduino
@version 3.0
*/
Expand Down Expand Up @@ -176,5 +176,5 @@ void loop() {
}
sendDataToWiFiBoard(preparedData, 1000, DEBUG);

delay(5000); // 5 seconds
delay(2000); // 2 seconds
}

0 comments on commit fe4032d

Please sign in to comment.