We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f14d3 commit 25e6ee8Copy full SHA for 25e6ee8
README.md
@@ -46,8 +46,8 @@ To use the components in this repository, you have a few options:
46
`ble_gatt_server` components, you could run:
47
48
```console
49
- idf.py add-dependency "esp-cpp/task^0.21.0"
50
- idf.py add-dependency "esp-cpp/ble_gatt_server^0.21.0"
+ idf.py add-dependency "espp/task^0.21.0"
+ idf.py add-dependency "espp/ble_gatt_server^0.21.0"
51
```
52
53
Alternatively, you could add the following dependencies to your
0 commit comments