Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarnevale authored Jan 26, 2021
1 parent 3c74dd4 commit 70011ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project containes the ESP-IDF driver both for the YL-69 and HL-69 soil mois
## How to Use it
There are few steps to follow for running this component. Take a look at the list below.

1. First of all, clone this repository or download latest release [here]()
1. First of all, clone this repository or download latest release

2. Set up the esp32-yl69 component into the *requires* of your *CMakeLists.txt*
```C
Expand Down Expand Up @@ -55,4 +55,4 @@ static void yl69_task(void *arg) {
void loop() {
xTaskCreate(yl69_task, "yl69_task", 4*1024, NULL, 1, NULL);
}
```
```

0 comments on commit 70011ee

Please sign in to comment.