mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Fix bin name.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
3d9e806409
commit
6c5735fc4b
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-S3 merge_bin -o ../release/esp32-s3.bin @flash_args
|
||||
esptool.py --chip ESP32-S3 merge_bin -o ../release/pico_hsm_esp32-s3.bin @flash_args
|
||||
cd ..
|
||||
else
|
||||
mkdir build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue