Copy cpartitions.bin

This commit is contained in:
Ben Meadors 2022-09-26 15:51:09 -05:00 committed by GitHub
parent 226a2dfe04
commit 498ac00b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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