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 ff8b343df4
commit 3430655897

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