Skip to content

Commit fab9d9c

Browse files
committed
Update to point to latest espp
1 parent 51365af commit fab9d9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(
3737
#
3838
# e.g.
3939
#
40-
# `idf.py add-dependency "espp/task^0.21.0"`
40+
# `idf.py add-dependency "espp/task>=1.0"`
4141
"main esptool_py"
4242
CACHE STRING
4343
"List of components to include"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ After setting this as the template, make sure to update the following:
2727
- Add additional component dependencies you may want, e.g.:
2828

2929
```console
30-
idf.py add-dependency "espp/timer^0.21.0"
30+
idf.py add-dependency "espp/timer>=1.0"
3131
```
3232

3333
- The [./CMakeLists.txt](./CMakeLists.txt) file to update the project name.

main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependencies:
1414
# # `public` flag doesn't have an effect dependencies of the `main` component.
1515
# # All dependencies of `main` are public by default.
1616
# public: true
17-
espp/task: ^0.21.0
17+
espp/task: '>=1.0'

0 commit comments

Comments
 (0)