Skip to content

Commit

Permalink
Must use lower case since IDF manager 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Sep 7, 2024
1 parent 06ea5d6 commit ac07a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following to `libs_deps`:
In your existing `idf_component.yml` or in a new `idf_component.yml` next to your main component:
```
dependencies:
johboh/MQTTRemote:
johboh/mqttremote:
version: ">=4.0.5"
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
johboh/MQTTRemote:
johboh/mqttremote:
#version: ">=4.0.5"
# Remove path and enable version to use MQTTRemote from repository
path: ../../../../

0 comments on commit ac07a6e

Please sign in to comment.