diff --git a/idf_component.yml b/idf_component.yml index a6e5ab3..ea7ff14 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,7 +1,13 @@ -version: "0.9.3" license: "MIT" description: I2C driver for XGZF4000 air flow sensor -url: https://github.com/hayschan/esp-idf-XGZF4000/tree/main +url: https://github.com/hayschan/esp-idf-XGZF4000/ +issues: https://github.com/hayschan/esp-idf-XGZF4000/issues +documentation: https://github.com/hayschan/esp-idf-XGZF4000/tree/main/README.md +repository: https://github.com/hayschan/esp-idf-XGZF4000.git + +maintainers: + - "Hays Chan " + dependencies: idf: '>=4.3' cmake_utilities: "0.*"