Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies are incomplete #17

Closed
jeffbrown57 opened this issue Jan 13, 2025 · 4 comments
Closed

Dependencies are incomplete #17

jeffbrown57 opened this issue Jan 13, 2025 · 4 comments
Assignees

Comments

@jeffbrown57
Copy link

Apologize for my esp-idf ignorance, i built this with the code available 6 weeks or so ago and all was well. I grabbed a copy of this today and the vendor folder has 3 dependencies that are new, how do get these dependencies added properly. I tried
using idf.py add-dependency "https://github.com/repo" for embedded-i2c-sgp41 , and gas-index-algorithm but i can't
get idf.py menuconfig to work , always complaining abot the missing dependencies. I thought the
git submodule update --init --recursive. would resolve those .

Thank you for any help you can provide....

@alexbegoon alexbegoon self-assigned this Jan 14, 2025
@alexbegoon
Copy link
Member

Hi @jeffbrown57 ,

If you're missing embedded-i2c-sgp41 and gas-index-algorithm, try executing git submodule update. Also, ensure that you don't have any unstaged changes on your main branch.

If the problem persists, please attach the console output as well as the output of git status.

@jeffbrown57
Copy link
Author

I reran these steps
git clone https://github.com/BegoonLab/xiao-esp32c6-wifi-sensor
cd xiao-esp32c6-wifi-sensor
git submodule update --init --recursive

all is well now , i think i originally downloaded a zip of the repo ( instead of git clone "https://.......)
cd into it and ran git submodule update ( and it didn;t pull down anything) , after git clone proper
everything worked, my bad !!!

thanks for your help ....

@alexbegoon
Copy link
Member

Hi @jeffbrown57 ,

Anytime! Feel free to reach out if you encounter any issues or have feedback. I truly appreciate it, as it helps me shape this project.

Stay tuned - I’m planning to add Matter over Thread support soon!

@jeffbrown57
Copy link
Author

Hi @alexbegoon , this i great news , i have an esp-thread-br running off of the espressif thread-border-router kit
anxiously awaiting this ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants