mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-04-17 21:58:27 +00:00
Correctly initialize and update git submodules for IDF in autobuild.sh
Fixing autobuild script so ESP32 binaries now built correctly
This commit is contained in:
parent
868caff665
commit
c21e0dafd7
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ sudo apt install -y git wget flex bison gperf python3 python3-pip python3-venv c
|
|||
git clone --recursive https://github.com/espressif/esp-idf.git
|
||||
cd esp-idf
|
||||
git checkout tags/v5.5
|
||||
git submodule update --init --recursive
|
||||
./install.sh esp32s3
|
||||
. ./export.sh
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue