From 498ac00b9293019c8e4b243e9933e6e8e6a4ade2 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 26 Sep 2022 15:51:09 -0500 Subject: [PATCH] Copy cpartitions.bin --- bin/build-esp32.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build-esp32.sh b/bin/build-esp32.sh index 375e02880..e975e4d9d 100755 --- a/bin/build-esp32.sh +++ b/bin/build-esp32.sh @@ -36,6 +36,7 @@ echo "Building Filesystem for ESP32 targets" pio run --environment tbeam -t buildfs cp .pio/build/tbeam/spiffs.bin $OUTDIR/littlefs-$VERSION.bin cp images/system-info.bin $OUTDIR/system-info.bin +cp .pio/build/tbeam/partitions.bin $OUTDIR/partitions.bin cp bin/device-install.* $OUTDIR cp bin/device-update.* $OUTDIR