Fix merge file.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-12-27 02:09:05 +01:00
parent 0c6b0d295f
commit 3d9e806409
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -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