mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Fix merge file.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
0c6b0d295f
commit
3d9e806409
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ idf.py set-target esp32s3
|
|||
idf.py all
|
||||
mkdir -p release
|
||||
cd build
|
||||
esptool.py --chip ESP32 merge_bin -o ../release/esp32-s3.bin @flash_args
|
||||
esptool.py --chip ESP32-S3 merge_bin -o ../release/esp32-s3.bin @flash_args
|
||||
cd ..
|
||||
else
|
||||
mkdir build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue