You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually that should not be needed. When the esp-idf's repo is pulled and github decided to have bad networking again, problems like this can arise. Still thanks that you mention a potential workaround, and give feedback ;)
esp-idf-sys should take care of downloading esp-idf with all the submodules. But sometimes, when not using a reliable network, the esp-idf-sys cloning of the esp-idf repo might fail, which looks like its what happened in your case
Building
esp-idf-sys
failed because of uninitialized submodules in esp-idf.Issuing
git submodle update --init --recursive
in the esp-idf directory at~/.espressif/esp-idf/v5.1.2/
solved the issue.However, when following the instructions in the std-training book, this is not mentioned, as this should all be handled under the hood.
Just letting you know!
The text was updated successfully, but these errors were encountered: