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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,4 @@ When building with ESP-IDF 5.4 the following submodule commits have been verifie
35
35
36
36
These versions are pinned via Git submodules. After cloning the repository run
37
37
`git submodule update --init --recursive` to fetch the correct revisions.
38
+
If Git submodules cannot be fetched directly (for example in environments without full Git access), run `scripts/fetch_submodules.sh` which downloads the same revisions using plain HTTP archives.
0 commit comments